#D82533

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

Shades of Alizarin #D82533

Tints of Alizarin #D82533

Color information

#D82533 (or 0xD82533) is unknown color: approx Alizarin. HEX triplet: D8, 25 and 33. RGB value is (216,37,51). Sum of RGB (Red+Green+Blue) = 216+37+51=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D82533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82533 is #27DACC. Grayscale: #5C5C5C. Windows color (decimal): -2611917 or 3352024. OLE color: 3352024.

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

Color convert

RGB2163751-
CMYK00.830.760.15
HSL355.31º70.75%49.61%-
HSV(B)355.31º82.87%84.71%-
XYZ29.5816.164.69-
YUV92.12104.8216.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 71.05%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=71.05%
G=12.17%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216375100.830.760.15355.3170.7549.61
HexD825330534CF1634732
Octal330456301231141754310762
Binary1101100010010111001101010011100110011111011000111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82533; }

 p { color: rgb(216,37,51); }

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

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

 a { background-color: rgb(216,37,51); }

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

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

 span { border-color: rgb(216,37,51); }

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