#D52233

Color #D52233 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D52233

Tints of Alizarin #D52233

Color information

#D52233 (or 0xD52233) is unknown color: approx Alizarin. HEX triplet: D5, 22 and 33. RGB value is (213,34,51). Sum of RGB (Red+Green+Blue) = 213+34+51=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D52233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52233 is #2ADDCC. Grayscale: #595959. Windows color (decimal): -2809293 or 3351253. OLE color: 3351253.

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

Color convert

RGB2133451-
CMYK00.840.760.16
HSL354.3º72.47%48.43%-
HSV(B)354.3º84.04%83.53%-
XYZ28.6115.534.62-
YUV89.46106.3216.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 71.48%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=71.48%
G=11.41%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213345100.840.760.16354.372.4748.43
HexD522330544C101624830
Octal325426301241142054211060
Binary11010101100010110011010101001001100100001011000101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52233; }

 p { color: rgb(213,34,51); }

 H1.HeaderClassName
 {
   color: #D52233;
 }
 .AnyTagClassName
 {
   color: #D52233;
 }
</style>
background-color css

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

 a { background-color: rgb(213,34,51); }

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

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

 span { border-color: rgb(213,34,51); }

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