Color Hex Logo

#d2213d Color Hex

#D2213D
(210,33,61)
0 Favorites   0 Comments

Color spaces of #d2213d

RGB 2103361
HSL0.970.730.48
HSV351°84°82°
CMYK 0.000.840.71   0.18
XYZ27.964515.12635.8606
Yxy15.12630.57130.3090
Hunter Lab38.892560.283018.2906
CIE-Lab45.806766.143831.0499

#d2213d color RGB value is (210,33,61).

#d2213d hex color red value is 210, green value is 33 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d2213d hue: 0.97 , saturation: 0.73 and the lightness value of d2213d is 0.48.

The process color (four color CMYK) of #d2213d color hex is 0.00, 0.84, 0.71, 0.18. Web safe color of #d2213d is #cc3333. Color #d2213d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100001 00111101
Octal 322 41 75
Decimal 210 33 61
Hex D2 21 3D

RGB Percentages of Color #d2213d

%69.08
%10.86
%20.07

CMYK Percentages of Color #d2213d

%0
%84
%71
%18

Triadic Colors of #d2213d

#d2213d #3dd221 #213dd2

Analogous Colors of #d2213d

#d2213d #d25e21 #d22196

Monochromatic Colors of #d2213d

#d2213d

Complementary Color

#d2213d #21d2b6

#d2213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2213d Color CSS Codes

.mybgcolor {background-color:#d2213d; } 
.myforecolor {color:#d2213d; }
.mybordercolor {border:3px solid #d2213d; }

#d2213d Text Font Color

<p style="color:#d2213d">Text here</p>

This sample text font color is #d2213d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d2213d Background Color

<div style="background-color:#d2213d">
Div content here</div>

This div background color is #d2213d


#d2213d Border Color

<div style="border:3px solid #d2213d">
Div here</div>

This div border color is #d2213d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,33,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2213d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2213d;
  -webkit-box-shadow: 1px 1px 3px 2px #d2213d;
  box-shadow:         1px 1px 3px 2px #d2213d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,33,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d2213d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d2213d;
  -webkit-box-shadow: 1px 1px 3px 2px #d2213d;
  box-shadow:         1px 1px 3px 2px #d2213d;">
Div content here</div>

This div box has shadow with color #d2213d


Comments

No comments written yet.

Please login to write comment.