#D82E35

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

Shades of Alizarin #D82E35

Tints of Alizarin #D82E35

Color information

#D82E35 (or 0xD82E35) is unknown color: approx Alizarin. HEX triplet: D8, 2E and 35. RGB value is (216,46,53). Sum of RGB (Red+Green+Blue) = 216+46+53=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E35 is #27D1CA. Grayscale: #616161. Windows color (decimal): -2609611 or 3485400. OLE color: 3485400.

HSL color Cylindrical-coordinate representation of color #D82E35: hue angle of 357.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82E35 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB2164653-
CMYK00.790.750.15
HSL357.53º68.55%51.37%-
HSV(B)357.53º78.7%84.71%-
XYZ29.9416.815.03-
YUV97.63102.82212.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 68.57%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=68.57%
G=14.60%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216465300.790.750.15357.5368.5551.37
HexD82E3504F4BF1664533
Octal330566501171131754610563
Binary1101100010111011010101001111100101111111011001101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82E35; }

 p { color: rgb(216,46,53); }

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

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

 a { background-color: rgb(216,46,53); }

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

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

 span { border-color: rgb(216,46,53); }

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