#d82329

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

Shades of Alizarin #D82329

Tints of Alizarin #D82329

Color information

#D82329 (or 0xD82329) is unknown color: approx Alizarin. HEX triplet: D8, 23 and 29. RGB value is (216,35,41). Sum of RGB (Red+Green+Blue) = 216+35+41=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D82329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82329 is #27DCD6. Grayscale: #595959. Windows color (decimal): -2612439 or 2696152. OLE color: 2696152.

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

Color convert

RGB2163541-
CMYK00.840.810.15
HSL358.01º72.11%49.22%-
HSV(B)358.01º83.8%84.71%-
XYZ29.3215.963.63-
YUV89.8100.47218.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 73.97%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 41 (16.41% from 255) = 14.04%
R=73.97%
G=11.99%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216354100.840.810.15358.0172.1149.22
HexD8232905451F1664831
Octal330435101241211754611061
Binary1101100010001110100101010100101000111111011001101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d82329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d82329; }

 p { color: rgb(216,35,41); }

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

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

 a { background-color: rgb(216,35,41); }

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

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

 span { border-color: rgb(216,35,41); }

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