Shades of Alizarin #DA202B
Tints of Alizarin #DA202B
RGB
CMYK
RGB Variations
Color information
#DA202B (or 0xDA202B) is known color: Alizarin. HEX triplet: DA, 20 and 2B. RGB value is (218,32,43). Sum of RGB (Red+Green+Blue) = 218+32+43=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA202B is #25DFD4. Grayscale: #595959. Windows color (decimal): -2482133 or 2826458. OLE color: 2826458.
HSL color Cylindrical-coordinate representation of color #DA202B: hue angle of 356.45º 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 #DA202B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 43 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.15 |
| HSL | 356.45º | 0.74% | 0.49% | - |
| HSV(B) | 356.45º | 0.85% | 0.85% | - |
| XYZ | 29.87 | 16.11 | 3.82 | - |
| YUV | 88.87 | 102.12 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 43 | 0 | 0.85 | 0.80 | 0.15 | 356.45 | 0.74 | 0.49 |
| Hex | DA | 20 | 2B | 0 | 55 | 50 | F | 164 | 4A | 31 |
| Octal | 332 | 40 | 53 | 0 | 125 | 120 | 17 | 544 | 112 | 61 |
| Binary | 11011010 | 100000 | 101011 | 0 | 1010101 | 1010000 | 1111 | 101100100 | 1001010 | 110001 |
Color Harmonies of #DA202B
Complementary color
Monochromatic Colors of #DA202B
Black with #DA202B
Text Example
Text Example
White with #DA202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA202B; }
p { color: rgb(218,32,43); }
H1.HeaderClassName
{
color: #DA202B;
}
.AnyTagClassName
{
color: #DA202B;
}
</style>
background-color css
<style>
a { background-color: #DA202B; }
a { background-color: rgb(218,32,43); }
div.DivClassName
{
background-color: #DA202B;
}
.BgClassName
{
background-color: #DA202B;
}
</style>
border-color css
<style>
span { border-color: #DA202B; }
span { border-color: rgb(218,32,43); }
td.TdClassName
{
border-color: #DA202B;
}
.TagClassName
{
border-color: #DA202B;
}
</style>