Html Css Color HEX #D22533 Alizarin

📋 copy color: '#D22533'

red 210 ◦ green 37 ◦ blue 51

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

Shades of Alizarin #D22533

Tints of Alizarin #D22533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

 BLUE value IS 51 (20.31% from 255) = 17.11%

R = 70.47%
G = 12.42%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D22533 (or 0xD22533) is known color: Alizarin. HEX triplet: D2, 25 and 33. RGB value is (210,37,51). Sum of RGB (Red+Green+Blue) = 210+37+51=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D22533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22533 is #2DDACC. Grayscale: #5A5A5A. Windows color (decimal): -3005133 or 3352018. OLE color: 3352018.

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

Color convert

RGB 210 37 51 -
CMYK 0 0.82 0.76 0.18
HSL 355.14º 0.7% 0.48% -
HSV(B) 355.14º 0.82% 0.82% -
XYZ 27.84 15.26 4.61 -
YUV 90.32 105.81 213.36 -
System Red Green Blue C M Y K H S L
Decimal 210 37 51 0 0.82 0.76 0.18 355.14 0.7 0.48
Hex D2 25 33 0 52 4C 12 163 46 30
Octal 322 45 63 0 122 114 22 543 106 60
Binary 11010010 100101 110011 0 1010010 1001100 10010 101100011 1000110 110000

Color Harmonies of #D22533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22533

Black with #D22533

Text Example


Text Example

White with #D22533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22533; }

 p { color: rgb(210,37,51); }

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

background-color css

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

 a { background-color: rgb(210,37,51); }

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

border-color css

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

 span { border-color: rgb(210,37,51); }

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