#D8292F

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

Shades of Alizarin #D8292F

Tints of Alizarin #D8292F

Color information

#D8292F (or 0xD8292F) is unknown color: approx Alizarin. HEX triplet: D8, 29 and 2F. RGB value is (216,41,47). Sum of RGB (Red+Green+Blue) = 216+41+47=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D8292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8292F is #27D6D0. Grayscale: #5E5E5E. Windows color (decimal): -2610897 or 3090904. OLE color: 3090904.

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

Color convert

RGB2164147-
CMYK00.810.780.15
HSL357.94º69.17%50.39%-
HSV(B)357.94º81.02%84.71%-
XYZ29.6216.394.29-
YUV94.01101.48215.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 71.05%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=71.05%
G=13.49%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216414700.810.780.15357.9469.1750.39
HexD8292F0514EF1664532
Octal330515701211161754610562
Binary1101100010100110111101010001100111011111011001101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8292F; }

 p { color: rgb(216,41,47); }

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

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

 a { background-color: rgb(216,41,47); }

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

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

 span { border-color: rgb(216,41,47); }

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