#D6222F

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

Shades of Alizarin #D6222F

Tints of Alizarin #D6222F

Color information

#D6222F (or 0xD6222F) is unknown color: approx Alizarin. HEX triplet: D6, 22 and 2F. RGB value is (214,34,47). Sum of RGB (Red+Green+Blue) = 214+34+47=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6222F is #29DDD0. Grayscale: #595959. Windows color (decimal): -2743761 or 3089110. OLE color: 3089110.

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

Color convert

RGB2143447-
CMYK00.840.780.16
HSL355.67º72.58%48.63%-
HSV(B)355.67º84.11%83.92%-
XYZ28.8215.654.19-
YUV89.3104.13216.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 72.54%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=72.54%
G=11.53%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214344700.840.780.16355.6772.5848.63
HexD6222F0544E101644931
Octal326425701241162054411161
Binary11010110100010101111010101001001110100001011001001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6222F; }

 p { color: rgb(214,34,47); }

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

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

 a { background-color: rgb(214,34,47); }

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

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

 span { border-color: rgb(214,34,47); }

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