#D82538

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

Shades of Alizarin #D82538

Tints of Alizarin #D82538

Color information

#D82538 (or 0xD82538) is unknown color: approx Alizarin. HEX triplet: D8, 25 and 38. RGB value is (216,37,56). Sum of RGB (Red+Green+Blue) = 216+37+56=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D82538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82538 is #27DAC7. Grayscale: #5C5C5C. Windows color (decimal): -2611912 or 3679704. OLE color: 3679704.

HSL color Cylindrical-coordinate representation of color #D82538: hue angle of 353.63º 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 #D82538 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB2163756-
CMYK00.830.740.15
HSL353.63º70.75%49.61%-
HSV(B)353.63º82.87%84.71%-
XYZ29.6916.215.3-
YUV92.69107.3215.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 69.90%
GREEN value IS 37 (14.84% from 255) = 11.97%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=69.90%
G=11.97%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216375600.830.740.15353.6370.7549.61
HexD825380534AF1624732
Octal330457001231121754210762
Binary1101100010010111100001010011100101011111011000101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82538; }

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

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

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

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

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

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

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

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