#D8242B

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

Shades of Alizarin #D8242B

Tints of Alizarin #D8242B

Color information

#D8242B (or 0xD8242B) is unknown color: approx Alizarin. HEX triplet: D8, 24 and 2B. RGB value is (216,36,43). Sum of RGB (Red+Green+Blue) = 216+36+43=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8242B is #27DBD4. Grayscale: #5A5A5A. Windows color (decimal): -2612181 or 2827480. OLE color: 2827480.

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

Color convert

RGB2163643-
CMYK00.830.800.15
HSL357.67º71.43%49.41%-
HSV(B)357.67º83.33%84.71%-
XYZ29.3916.043.83-
YUV90.62101.13217.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 73.22%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 43 (17.19% from 255) = 14.58%
R=73.22%
G=12.20%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216364300.830.800.15357.6771.4349.41
HexD8242B05350F1664731
Octal330445301231201754610761
Binary1101100010010010101101010011101000011111011001101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8242B; }

 p { color: rgb(216,36,43); }

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

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

 a { background-color: rgb(216,36,43); }

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

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

 span { border-color: rgb(216,36,43); }

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