Html Css Color HEX #D20436 Crimson

📋 copy color: '#D20436'

red 210 ◦ green 4 ◦ blue 54

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

Shades of Crimson #D20436

Tints of Crimson #D20436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.15%

R = 78.36%
G = 1.49%
B = 20.15%

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

#D20436 (or 0xD20436) is known color: Crimson. HEX triplet: D2, 04 and 36. RGB value is (210,4,54). Sum of RGB (Red+Green+Blue) = 210+4+54=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D20436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20436 is #2DFBC9. Grayscale: #474747. Windows color (decimal): -3013578 or 3540178. OLE color: 3540178.

HSL color Cylindrical-coordinate representation of color #D20436: hue angle of 345.44º 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 #D20436 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 54 -
CMYK 0 0.98 0.74 0.18
HSL 345.44º 0.96% 0.42% -
HSV(B) 345.44º 0.98% 0.82% -
XYZ 27.29 14.05 4.76 -
YUV 71.29 118.25 226.93 -
System Red Green Blue C M Y K H S L
Decimal 210 4 54 0 0.98 0.74 0.18 345.44 0.96 0.42
Hex D2 4 36 0 62 4A 12 159 60 2A
Octal 322 4 66 0 142 112 22 531 140 52
Binary 11010010 100 110110 0 1100010 1001010 10010 101011001 1100000 101010

Color Harmonies of #D20436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20436

Black with #D20436

Text Example


Text Example

White with #D20436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20436; }

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

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

background-color css

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

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

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

border-color css

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

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

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