Html Css Color HEX #D4202E Alizarin

📋 copy color: '#D4202E'

red 212 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #D4202E

Tints of Alizarin #D4202E

RGB

 RED value IS 212 (83.2% from 255) = 73.1%

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

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 73.1%
G = 11.03%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4202E (or 0xD4202E) is known color: Alizarin. HEX triplet: D4, 20 and 2E. RGB value is (212,32,46). Sum of RGB (Red+Green+Blue) = 212+32+46=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4202E is #2BDFD1. Grayscale: #575757. Windows color (decimal): -2875346 or 3023060. OLE color: 3023060.

HSL color Cylindrical-coordinate representation of color #D4202E: hue angle of 355.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4202E is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 46 -
CMYK 0 0.85 0.78 0.17
HSL 355.33º 0.74% 0.48% -
HSV(B) 355.33º 0.85% 0.83% -
XYZ 28.16 15.23 4.04 -
YUV 87.42 104.63 216.86 -
System Red Green Blue C M Y K H S L
Decimal 212 32 46 0 0.85 0.78 0.17 355.33 0.74 0.48
Hex D4 20 2E 0 55 4E 11 163 4A 30
Octal 324 40 56 0 125 116 21 543 112 60
Binary 11010100 100000 101110 0 1010101 1001110 10001 101100011 1001010 110000

Color Harmonies of #D4202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4202E

Black with #D4202E

Text Example


Text Example

White with #D4202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4202E; }

 p { color: rgb(212,32,46); }

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

background-color css

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

 a { background-color: rgb(212,32,46); }

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

border-color css

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

 span { border-color: rgb(212,32,46); }

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