Shades of Persian Red #DA2F29
Tints of Persian Red #DA2F29
RGB
CMYK
RGB Variations
Color information
#DA2F29 (or 0xDA2F29) is known color: Persian Red. HEX triplet: DA, 2F and 29. RGB value is (218,47,41). Sum of RGB (Red+Green+Blue) = 218+47+41=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F29 is #25D0D6. Grayscale: #616161. Windows color (decimal): -2478295 or 2699226. OLE color: 2699226.
HSL color Cylindrical-coordinate representation of color #DA2F29: hue angle of 2.03º 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 #DA2F29 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 41 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.15 |
| HSL | 2.03º | 0.71% | 0.51% | - |
| HSV(B) | 2.03º | 0.81% | 0.85% | - |
| XYZ | 30.33 | 17.1 | 3.8 | - |
| YUV | 97.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 41 | 0 | 0.78 | 0.81 | 0.15 | 2.03 | 0.71 | 0.51 |
| Hex | DA | 2F | 29 | 0 | 4E | 51 | F | 2 | 47 | 33 |
| Octal | 332 | 57 | 51 | 0 | 116 | 121 | 17 | 2 | 107 | 63 |
| Binary | 11011010 | 101111 | 101001 | 0 | 1001110 | 1010001 | 1111 | 10 | 1000111 | 110011 |
Color Harmonies of #DA2F29
Complementary color
Monochromatic Colors of #DA2F29
Black with #DA2F29
Text Example
Text Example
White with #DA2F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F29; }
p { color: rgb(218,47,41); }
H1.HeaderClassName
{
color: #DA2F29;
}
.AnyTagClassName
{
color: #DA2F29;
}
</style>
background-color css
<style>
a { background-color: #DA2F29; }
a { background-color: rgb(218,47,41); }
div.DivClassName
{
background-color: #DA2F29;
}
.BgClassName
{
background-color: #DA2F29;
}
</style>
border-color css
<style>
span { border-color: #DA2F29; }
span { border-color: rgb(218,47,41); }
td.TdClassName
{
border-color: #DA2F29;
}
.TagClassName
{
border-color: #DA2F29;
}
</style>