Shades of Alizarin #DA253D
Tints of Alizarin #DA253D
RGB
CMYK
RGB Variations
Color information
#DA253D (or 0xDA253D) is known color: Alizarin. HEX triplet: DA, 25 and 3D. RGB value is (218,37,61). Sum of RGB (Red+Green+Blue) = 218+37+61=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA253D is #25DAC2. Grayscale: #5D5D5D. Windows color (decimal): -2480835 or 4007386. OLE color: 4007386.
HSL color Cylindrical-coordinate representation of color #DA253D: hue angle of 352.04º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA253D is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 61 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.15 |
| HSL | 352.04º | 0.71% | 0.5% | - |
| HSV(B) | 352.04º | 0.83% | 0.85% | - |
| XYZ | 30.42 | 16.57 | 6.01 | - |
| YUV | 93.86 | 109.47 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 61 | 0 | 0.83 | 0.72 | 0.15 | 352.04 | 0.71 | 0.5 |
| Hex | DA | 25 | 3D | 0 | 53 | 48 | F | 160 | 47 | 32 |
| Octal | 332 | 45 | 75 | 0 | 123 | 110 | 17 | 540 | 107 | 62 |
| Binary | 11011010 | 100101 | 111101 | 0 | 1010011 | 1001000 | 1111 | 101100000 | 1000111 | 110010 |
Color Harmonies of #DA253D
Complementary color
Monochromatic Colors of #DA253D
Black with #DA253D
Text Example
Text Example
White with #DA253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA253D; }
p { color: rgb(218,37,61); }
H1.HeaderClassName
{
color: #DA253D;
}
.AnyTagClassName
{
color: #DA253D;
}
</style>
background-color css
<style>
a { background-color: #DA253D; }
a { background-color: rgb(218,37,61); }
div.DivClassName
{
background-color: #DA253D;
}
.BgClassName
{
background-color: #DA253D;
}
</style>
border-color css
<style>
span { border-color: #DA253D; }
span { border-color: rgb(218,37,61); }
td.TdClassName
{
border-color: #DA253D;
}
.TagClassName
{
border-color: #DA253D;
}
</style>