Html Css Color HEX #D20D47 Crimson

📋 copy color: '#D20D47'

red 210 ◦ green 13 ◦ blue 71

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

Shades of Crimson #D20D47

Tints of Crimson #D20D47

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.42%

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

R = 71.43%
G = 4.42%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D20D47 (or 0xD20D47) is known color: Crimson. HEX triplet: D2, 0D and 47. RGB value is (210,13,71). Sum of RGB (Red+Green+Blue) = 210+13+71=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D47 is #2DF2B8. Grayscale: #4E4E4E. Windows color (decimal): -3011257 or 4656594. OLE color: 4656594.

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

Color convert

RGB 210 13 71 -
CMYK 0 0.94 0.66 0.18
HSL 342.34º 0.88% 0.44% -
HSV(B) 342.34º 0.94% 0.82% -
XYZ 27.86 14.44 7.28 -
YUV 78.52 123.77 221.78 -
System Red Green Blue C M Y K H S L
Decimal 210 13 71 0 0.94 0.66 0.18 342.34 0.88 0.44
Hex D2 D 47 0 5E 42 12 156 58 2C
Octal 322 15 107 0 136 102 22 526 130 54
Binary 11010010 1101 1000111 0 1011110 1000010 10010 101010110 1011000 101100

Color Harmonies of #D20D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D47

Black with #D20D47

Text Example


Text Example

White with #D20D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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