Shades of Alizarin #DA232F
Tints of Alizarin #DA232F
RGB
CMYK
RGB Variations
Color information
#DA232F (or 0xDA232F) is known color: Alizarin. HEX triplet: DA, 23 and 2F. RGB value is (218,35,47). Sum of RGB (Red+Green+Blue) = 218+35+47=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA232F is #25DCD0. Grayscale: #5B5B5B. Windows color (decimal): -2481361 or 3089370. OLE color: 3089370.
HSL color Cylindrical-coordinate representation of color #DA232F: hue angle of 356.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA232F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 47 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.15 |
| HSL | 356.07º | 0.72% | 0.5% | - |
| HSV(B) | 356.07º | 0.84% | 0.85% | - |
| XYZ | 30.03 | 16.31 | 4.26 | - |
| YUV | 91.09 | 103.13 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 47 | 0 | 0.84 | 0.78 | 0.15 | 356.07 | 0.72 | 0.5 |
| Hex | DA | 23 | 2F | 0 | 54 | 4E | F | 164 | 48 | 32 |
| Octal | 332 | 43 | 57 | 0 | 124 | 116 | 17 | 544 | 110 | 62 |
| Binary | 11011010 | 100011 | 101111 | 0 | 1010100 | 1001110 | 1111 | 101100100 | 1001000 | 110010 |
Color Harmonies of #DA232F
Complementary color
Monochromatic Colors of #DA232F
Black with #DA232F
Text Example
Text Example
White with #DA232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA232F; }
p { color: rgb(218,35,47); }
H1.HeaderClassName
{
color: #DA232F;
}
.AnyTagClassName
{
color: #DA232F;
}
</style>
background-color css
<style>
a { background-color: #DA232F; }
a { background-color: rgb(218,35,47); }
div.DivClassName
{
background-color: #DA232F;
}
.BgClassName
{
background-color: #DA232F;
}
</style>
border-color css
<style>
span { border-color: #DA232F; }
span { border-color: rgb(218,35,47); }
td.TdClassName
{
border-color: #DA232F;
}
.TagClassName
{
border-color: #DA232F;
}
</style>