Shades of Persian Red #DA2824
Tints of Persian Red #DA2824
RGB
CMYK
RGB Variations
Color information
#DA2824 (or 0xDA2824) is known color: Persian Red. HEX triplet: DA, 28 and 24. RGB value is (218,40,36). Sum of RGB (Red+Green+Blue) = 218+40+36=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2824 is #25D7DB. Grayscale: #5C5C5C. Windows color (decimal): -2480092 or 2369754. OLE color: 2369754.
HSL color Cylindrical-coordinate representation of color #DA2824: hue angle of 1.32º degrees, saturation: 0.72, 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 #DA2824 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 36 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.15 |
| HSL | 1.32º | 0.72% | 0.5% | - |
| HSV(B) | 1.32º | 0.83% | 0.85% | - |
| XYZ | 29.99 | 16.55 | 3.28 | - |
| YUV | 92.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 36 | 0 | 0.82 | 0.83 | 0.15 | 1.32 | 0.72 | 0.5 |
| Hex | DA | 28 | 24 | 0 | 52 | 53 | F | 1 | 48 | 32 |
| Octal | 332 | 50 | 44 | 0 | 122 | 123 | 17 | 1 | 110 | 62 |
| Binary | 11011010 | 101000 | 100100 | 0 | 1010010 | 1010011 | 1111 | 1 | 1001000 | 110010 |
Color Harmonies of #DA2824
Complementary color
Monochromatic Colors of #DA2824
Black with #DA2824
Text Example
Text Example
White with #DA2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2824; }
p { color: rgb(218,40,36); }
H1.HeaderClassName
{
color: #DA2824;
}
.AnyTagClassName
{
color: #DA2824;
}
</style>
background-color css
<style>
a { background-color: #DA2824; }
a { background-color: rgb(218,40,36); }
div.DivClassName
{
background-color: #DA2824;
}
.BgClassName
{
background-color: #DA2824;
}
</style>
border-color css
<style>
span { border-color: #DA2824; }
span { border-color: rgb(218,40,36); }
td.TdClassName
{
border-color: #DA2824;
}
.TagClassName
{
border-color: #DA2824;
}
</style>