#D82633

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

Shades of Alizarin #D82633

Tints of Alizarin #D82633

Color information

#D82633 (or 0xD82633) is unknown color: approx Alizarin. HEX triplet: D8, 26 and 33. RGB value is (216,38,51). Sum of RGB (Red+Green+Blue) = 216+38+51=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D82633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82633 is #27D9CC. Grayscale: #5C5C5C. Windows color (decimal): -2611661 or 3352280. OLE color: 3352280.

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

Color convert

RGB2163851-
CMYK00.820.760.15
HSL355.62º70.08%49.8%-
HSV(B)355.62º82.41%84.71%-
XYZ29.6116.224.7-
YUV92.7104.47215.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 70.82%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=70.82%
G=12.46%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216385100.820.760.15355.6270.0849.8
HexD826330524CF1644632
Octal330466301221141754410662
Binary1101100010011011001101010010100110011111011001001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82633; }

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

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

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

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

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

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

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

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