#D9202E

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

Shades of Alizarin #D9202E

Tints of Alizarin #D9202E

Color information

#D9202E (or 0xD9202E) is unknown color: approx Alizarin. HEX triplet: D9, 20 and 2E. RGB value is (217,32,46). Sum of RGB (Red+Green+Blue) = 217+32+46=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9202E is #26DFD1. Grayscale: #595959. Windows color (decimal): -2547666 or 3023065. OLE color: 3023065.

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

Color convert

RGB2173246-
CMYK00.850.790.15
HSL355.46º74.3%48.82%-
HSV(B)355.46º85.25%85.1%-
XYZ29.6215.984.11-
YUV88.91103.79219.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 73.56%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=73.56%
G=10.85%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217324600.850.790.15355.4674.348.82
HexD9202E0554FF1634a31
Octal331405601251171754311261
Binary1101100110000010111001010101100111111111011000111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9202E; }

 p { color: rgb(217,32,46); }

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

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

 a { background-color: rgb(217,32,46); }

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

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

 span { border-color: rgb(217,32,46); }

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