#D82034

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

Shades of Alizarin #D82034

Tints of Alizarin #D82034

Color information

#D82034 (or 0xD82034) is unknown color: approx Alizarin. HEX triplet: D8, 20 and 34. RGB value is (216,32,52). Sum of RGB (Red+Green+Blue) = 216+32+52=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D82034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82034 is #27DFCB. Grayscale: #595959. Windows color (decimal): -2613196 or 3416280. OLE color: 3416280.

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

Color convert

RGB2163252-
CMYK00.850.760.15
HSL353.48º74.19%48.63%-
HSV(B)353.48º85.19%84.71%-
XYZ29.4615.884.76-
YUV89.3106.96218.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 72%
GREEN value IS 32 (12.89% from 255) = 10.67%
BLUE value IS 52 (20.70% from 255) = 17.33%
R=72%
G=10.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216325200.850.760.15353.4874.1948.63
HexD820340554CF1614a31
Octal330406401251141754111261
Binary1101100010000011010001010101100110011111011000011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82034; }

 p { color: rgb(216,32,52); }

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

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

 a { background-color: rgb(216,32,52); }

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

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

 span { border-color: rgb(216,32,52); }

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