Html Css Color HEX #D22231 Alizarin

📋 copy color: '#D22231'

red 210 ◦ green 34 ◦ blue 49

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

Shades of Alizarin #D22231

Tints of Alizarin #D22231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 71.67%
G = 11.6%
B = 16.72%

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

#D22231 (or 0xD22231) is known color: Alizarin. HEX triplet: D2, 22 and 31. RGB value is (210,34,49). Sum of RGB (Red+Green+Blue) = 210+34+49=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D22231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22231 is #2DDDCE. Grayscale: #585858. Windows color (decimal): -3005903 or 3220178. OLE color: 3220178.

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

Color convert

RGB 210 34 49 -
CMYK 0 0.84 0.77 0.18
HSL 354.89º 0.72% 0.48% -
HSV(B) 354.89º 0.84% 0.82% -
XYZ 27.7 15.07 4.35 -
YUV 88.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 210 34 49 0 0.84 0.77 0.18 354.89 0.72 0.48
Hex D2 22 31 0 54 4D 12 163 48 30
Octal 322 42 61 0 124 115 22 543 110 60
Binary 11010010 100010 110001 0 1010100 1001101 10010 101100011 1001000 110000

Color Harmonies of #D22231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22231

Black with #D22231

Text Example


Text Example

White with #D22231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22231; }

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

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

background-color css

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

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

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

border-color css

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

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

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