Html Css Color HEX #D22532 Alizarin

📋 copy color: '#D22532'

red 210 ◦ green 37 ◦ blue 50

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

Shades of Alizarin #D22532

Tints of Alizarin #D22532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 70.71%
G = 12.46%
B = 16.84%

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

#D22532 (or 0xD22532) is known color: Alizarin. HEX triplet: D2, 25 and 32. RGB value is (210,37,50). Sum of RGB (Red+Green+Blue) = 210+37+50=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D22532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22532 is #2DDACD. Grayscale: #5A5A5A. Windows color (decimal): -3005134 or 3286482. OLE color: 3286482.

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

Color convert

RGB 210 37 50 -
CMYK 0 0.82 0.76 0.18
HSL 355.49º 0.7% 0.48% -
HSV(B) 355.49º 0.82% 0.82% -
XYZ 27.82 15.26 4.5 -
YUV 90.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 210 37 50 0 0.82 0.76 0.18 355.49 0.7 0.48
Hex D2 25 32 0 52 4C 12 163 46 30
Octal 322 45 62 0 122 114 22 543 106 60
Binary 11010010 100101 110010 0 1010010 1001100 10010 101100011 1000110 110000

Color Harmonies of #D22532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22532

Black with #D22532

Text Example


Text Example

White with #D22532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22532; }

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

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

background-color css

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

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

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

border-color css

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

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

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