#D62033

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

Shades of Alizarin #D62033

Tints of Alizarin #D62033

Color information

#D62033 (or 0xD62033) is unknown color: approx Alizarin. HEX triplet: D6, 20 and 33. RGB value is (214,32,51). Sum of RGB (Red+Green+Blue) = 214+32+51=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D62033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62033 is #29DFCC. Grayscale: #585858. Windows color (decimal): -2744269 or 3350742. OLE color: 3350742.

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

Color convert

RGB2143251-
CMYK00.850.760.16
HSL353.74º73.98%48.24%-
HSV(B)353.74º85.05%83.92%-
XYZ28.8515.574.62-
YUV88.58106.8217.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 72.05%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=72.05%
G=10.77%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214325100.850.760.16353.7473.9848.24
HexD620330554C101624a30
Octal326406301251142054211260
Binary11010110100000110011010101011001100100001011000101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62033; }

 p { color: rgb(214,32,51); }

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

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

 a { background-color: rgb(214,32,51); }

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

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

 span { border-color: rgb(214,32,51); }

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