#D9222A

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

Shades of Alizarin #D9222A

Tints of Alizarin #D9222A

Color information

#D9222A (or 0xD9222A) is unknown color: approx Alizarin. HEX triplet: D9, 22 and 2A. RGB value is (217,34,42). Sum of RGB (Red+Green+Blue) = 217+34+42=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D9222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9222A is #26DDD5. Grayscale: #595959. Windows color (decimal): -2547158 or 2761433. OLE color: 2761433.

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

Color convert

RGB2173442-
CMYK00.840.810.15
HSL357.38º72.91%49.22%-
HSV(B)357.38º84.33%85.1%-
XYZ29.6116.063.73-
YUV89.63101.13218.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 74.06%
GREEN value IS 34 (13.67% from 255) = 11.60%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=74.06%
G=11.60%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217344200.840.810.15357.3872.9149.22
HexD9222A05451F1654931
Octal331425201241211754511161
Binary1101100110001010101001010100101000111111011001011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9222A; }

 p { color: rgb(217,34,42); }

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

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

 a { background-color: rgb(217,34,42); }

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

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

 span { border-color: rgb(217,34,42); }

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