Html Css Color HEX #D22047 Crimson

📋 copy color: '#D22047'

red 210 ◦ green 32 ◦ blue 71

#D22047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D22047

Tints of Crimson #D22047

RGB

 RED value IS 210 (82.42% from 255) = 67.09%

 GREEN value IS 32 (12.89% from 255) = 10.22%

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 67.09%
G = 10.22%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D22047 (or 0xD22047) is known color: Crimson. HEX triplet: D2, 20 and 47. RGB value is (210,32,71). Sum of RGB (Red+Green+Blue) = 210+32+71=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D22047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22047 is #2DDFB8. Grayscale: #595959. Windows color (decimal): -3006393 or 4661458. OLE color: 4661458.

HSL color Cylindrical-coordinate representation of color #D22047: hue angle of 346.85º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22047 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 71 -
CMYK 0 0.85 0.66 0.18
HSL 346.85º 0.74% 0.47% -
HSV(B) 346.85º 0.85% 0.82% -
XYZ 28.23 15.19 7.41 -
YUV 89.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 210 32 71 0 0.85 0.66 0.18 346.85 0.74 0.47
Hex D2 20 47 0 55 42 12 15B 4A 2F
Octal 322 40 107 0 125 102 22 533 112 57
Binary 11010010 100000 1000111 0 1010101 1000010 10010 101011011 1001010 101111

Color Harmonies of #D22047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22047

Black with #D22047

Text Example


Text Example

White with #D22047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22047; }

 p { color: rgb(210,32,71); }

 H1.HeaderClassName
 {
   color: #D22047;
 }
 .AnyTagClassName
 {
   color: #D22047;
 }
</style>

background-color css

<style>
 a { background-color: #D22047; }

 a { background-color: rgb(210,32,71); }

 div.DivClassName
 {
   background-color: #D22047;
 }
 .BgClassName
 {
   background-color: #D22047;
 }
</style>

border-color css

<style>
 span { border-color: #D22047; }

 span { border-color: rgb(210,32,71); }

 td.TdClassName
 {
   border-color: #D22047;
 }
 .TagClassName
 {
   border-color: #D22047;
 }
</style>