Html Css Color HEX #D22331 Alizarin

📋 copy color: '#D22331'

red 210 ◦ green 35 ◦ blue 49

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

Shades of Alizarin #D22331

Tints of Alizarin #D22331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

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

R = 71.43%
G = 11.9%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D22331 (or 0xD22331) is known color: Alizarin. HEX triplet: D2, 23 and 31. RGB value is (210,35,49). Sum of RGB (Red+Green+Blue) = 210+35+49=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D22331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22331 is #2DDCCE. Grayscale: #595959. Windows color (decimal): -3005647 or 3220434. OLE color: 3220434.

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

Color convert

RGB 210 35 49 -
CMYK 0 0.83 0.77 0.18
HSL 355.2º 0.71% 0.48% -
HSV(B) 355.2º 0.83% 0.82% -
XYZ 27.73 15.13 4.36 -
YUV 88.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 210 35 49 0 0.83 0.77 0.18 355.2 0.71 0.48
Hex D2 23 31 0 53 4D 12 163 47 30
Octal 322 43 61 0 123 115 22 543 107 60
Binary 11010010 100011 110001 0 1010011 1001101 10010 101100011 1000111 110000

Color Harmonies of #D22331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22331

Black with #D22331

Text Example


Text Example

White with #D22331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22331; }

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

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

background-color css

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

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

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

border-color css

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

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

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