Html Css Color HEX #D20437 Crimson

📋 copy color: '#D20437'

red 210 ◦ green 4 ◦ blue 55

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

Shades of Crimson #D20437

Tints of Crimson #D20437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 78.07%
G = 1.49%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D20437 (or 0xD20437) is known color: Crimson. HEX triplet: D2, 04 and 37. RGB value is (210,4,55). Sum of RGB (Red+Green+Blue) = 210+4+55=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D20437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20437 is #2DFBC8. Grayscale: #474747. Windows color (decimal): -3013577 or 3605714. OLE color: 3605714.

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

Color convert

RGB 210 4 55 -
CMYK 0 0.98 0.74 0.18
HSL 345.15º 0.96% 0.42% -
HSV(B) 345.15º 0.98% 0.82% -
XYZ 27.31 14.06 4.89 -
YUV 71.41 118.75 226.85 -
System Red Green Blue C M Y K H S L
Decimal 210 4 55 0 0.98 0.74 0.18 345.15 0.96 0.42
Hex D2 4 37 0 62 4A 12 159 60 2A
Octal 322 4 67 0 142 112 22 531 140 52
Binary 11010010 100 110111 0 1100010 1001010 10010 101011001 1100000 101010

Color Harmonies of #D20437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20437

Black with #D20437

Text Example


Text Example

White with #D20437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20437; }

 p { color: rgb(210,4,55); }

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

background-color css

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

 a { background-color: rgb(210,4,55); }

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

border-color css

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

 span { border-color: rgb(210,4,55); }

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