Html Css Color HEX #D22230 Alizarin

📋 copy color: '#D22230'

red 210 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #D22230

Tints of Alizarin #D22230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 71.92%
G = 11.64%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D22230 (or 0xD22230) is known color: Alizarin. HEX triplet: D2, 22 and 30. RGB value is (210,34,48). Sum of RGB (Red+Green+Blue) = 210+34+48=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D22230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22230 is #2DDDCF. Grayscale: #585858. Windows color (decimal): -3005904 or 3154642. OLE color: 3154642.

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

Color convert

RGB 210 34 48 -
CMYK 0 0.84 0.77 0.18
HSL 355.23º 0.72% 0.48% -
HSV(B) 355.23º 0.84% 0.82% -
XYZ 27.68 15.06 4.24 -
YUV 88.22 105.31 214.86 -
System Red Green Blue C M Y K H S L
Decimal 210 34 48 0 0.84 0.77 0.18 355.23 0.72 0.48
Hex D2 22 30 0 54 4D 12 163 48 30
Octal 322 42 60 0 124 115 22 543 110 60
Binary 11010010 100010 110000 0 1010100 1001101 10010 101100011 1001000 110000

Color Harmonies of #D22230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22230

Black with #D22230

Text Example


Text Example

White with #D22230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22230; }

 p { color: rgb(210,34,48); }

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

background-color css

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

 a { background-color: rgb(210,34,48); }

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

border-color css

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

 span { border-color: rgb(210,34,48); }

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