Html Css Color HEX #D20434 Crimson

📋 copy color: '#D20434'

red 210 ◦ green 4 ◦ blue 52

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

Shades of Crimson #D20434

Tints of Crimson #D20434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.55%

R = 78.95%
G = 1.5%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D20434 (or 0xD20434) is known color: Crimson. HEX triplet: D2, 04 and 34. RGB value is (210,4,52). Sum of RGB (Red+Green+Blue) = 210+4+52=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D20434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20434 is #2DFBCB. Grayscale: #474747. Windows color (decimal): -3013580 or 3409106. OLE color: 3409106.

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

Color convert

RGB 210 4 52 -
CMYK 0 0.98 0.75 0.18
HSL 346.02º 0.96% 0.42% -
HSV(B) 346.02º 0.98% 0.82% -
XYZ 27.24 14.04 4.52 -
YUV 71.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 210 4 52 0 0.98 0.75 0.18 346.02 0.96 0.42
Hex D2 4 34 0 62 4B 12 15A 60 2A
Octal 322 4 64 0 142 113 22 532 140 52
Binary 11010010 100 110100 0 1100010 1001011 10010 101011010 1100000 101010

Color Harmonies of #D20434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20434

Black with #D20434

Text Example


Text Example

White with #D20434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20434; }

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

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

background-color css

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

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

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

border-color css

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

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

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