#DA222B

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

Shades of Alizarin #DA222B

Tints of Alizarin #DA222B

Color information

#DA222B (or 0xDA222B) is unknown color: approx Alizarin. HEX triplet: DA, 22 and 2B. RGB value is (218,34,43). Sum of RGB (Red+Green+Blue) = 218+34+43=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA222B is #25DDD4. Grayscale: #5A5A5A. Windows color (decimal): -2481621 or 2826970. OLE color: 2826970.

HSL color Cylindrical-coordinate representation of color #DA222B: hue angle of 357.07º 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 #DA222B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2183443-
CMYK00.840.800.15
HSL357.07º73.02%49.41%-
HSV(B)357.07º84.4%85.49%-
XYZ29.9216.223.84-
YUV90.04101.46219.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 73.90%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 43 (17.19% from 255) = 14.58%
R=73.90%
G=11.53%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218344300.840.800.15357.0773.0249.41
HexDA222B05450F1654931
Octal332425301241201754511161
Binary1101101010001010101101010100101000011111011001011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA222B; }

 p { color: rgb(218,34,43); }

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

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

 a { background-color: rgb(218,34,43); }

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

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

 span { border-color: rgb(218,34,43); }

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