Html Css Color HEX #D22434 Alizarin

📋 copy color: '#D22434'

red 210 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #D22434

Tints of Alizarin #D22434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

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

R = 70.47%
G = 12.08%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D22434 (or 0xD22434) is known color: Alizarin. HEX triplet: D2, 24 and 34. RGB value is (210,36,52). Sum of RGB (Red+Green+Blue) = 210+36+52=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D22434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22434 is #2DDBCB. Grayscale: #595959. Windows color (decimal): -3005388 or 3417298. OLE color: 3417298.

HSL color Cylindrical-coordinate representation of color #D22434: hue angle of 354.48º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22434 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 36 52 -
CMYK 0 0.83 0.75 0.18
HSL 354.48º 0.71% 0.48% -
HSV(B) 354.48º 0.83% 0.82% -
XYZ 27.83 15.21 4.72 -
YUV 89.85 106.65 213.7 -
System Red Green Blue C M Y K H S L
Decimal 210 36 52 0 0.83 0.75 0.18 354.48 0.71 0.48
Hex D2 24 34 0 53 4B 12 162 47 30
Octal 322 44 64 0 123 113 22 542 107 60
Binary 11010010 100100 110100 0 1010011 1001011 10010 101100010 1000111 110000

Color Harmonies of #D22434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22434

Black with #D22434

Text Example


Text Example

White with #D22434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22434; }

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

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

background-color css

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

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

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

border-color css

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

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

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