Shades of Persian Red #DA2929
Tints of Persian Red #DA2929
RGB
CMYK
RGB Variations
Color information
#DA2929 (or 0xDA2929) is known color: Persian Red. HEX triplet: DA, 29 and 29. RGB value is (218,41,41). Sum of RGB (Red+Green+Blue) = 218+41+41=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2929 is #25D6D6. Grayscale: #5E5E5E. Windows color (decimal): -2479831 or 2697690. OLE color: 2697690.
HSL color Cylindrical-coordinate representation of color #DA2929: hue angle of 0º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2929 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 41 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.15 |
| HSL | 0º | 0.71% | 0.51% | - |
| HSV(B) | 0º | 0.81% | 0.85% | - |
| XYZ | 30.11 | 16.65 | 3.73 | - |
| YUV | 93.92 | 98.14 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 41 | 0 | 0.81 | 0.81 | 0.15 | 0 | 0.71 | 0.51 |
| Hex | DA | 29 | 29 | 0 | 51 | 51 | F | 0 | 47 | 33 |
| Octal | 332 | 51 | 51 | 0 | 121 | 121 | 17 | 0 | 107 | 63 |
| Binary | 11011010 | 101001 | 101001 | 0 | 1010001 | 1010001 | 1111 | 0 | 1000111 | 110011 |
Color Harmonies of #DA2929
Complementary color
Monochromatic Colors of #DA2929
Black with #DA2929
Text Example
Text Example
White with #DA2929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2929; }
p { color: rgb(218,41,41); }
H1.HeaderClassName
{
color: #DA2929;
}
.AnyTagClassName
{
color: #DA2929;
}
</style>
background-color css
<style>
a { background-color: #DA2929; }
a { background-color: rgb(218,41,41); }
div.DivClassName
{
background-color: #DA2929;
}
.BgClassName
{
background-color: #DA2929;
}
</style>
border-color css
<style>
span { border-color: #DA2929; }
span { border-color: rgb(218,41,41); }
td.TdClassName
{
border-color: #DA2929;
}
.TagClassName
{
border-color: #DA2929;
}
</style>