Shades of Persian Red #DA2E29
Tints of Persian Red #DA2E29
RGB
CMYK
RGB Variations
Color information
#DA2E29 (or 0xDA2E29) is known color: Persian Red. HEX triplet: DA, 2E and 29. RGB value is (218,46,41). Sum of RGB (Red+Green+Blue) = 218+46+41=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2E29 is #25D1D6. Grayscale: #616161. Windows color (decimal): -2478551 or 2698970. OLE color: 2698970.
HSL color Cylindrical-coordinate representation of color #DA2E29: hue angle of 1.69º 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 #DA2E29 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 46 | 41 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.15 |
| HSL | 1.69º | 0.71% | 0.51% | - |
| HSV(B) | 1.69º | 0.81% | 0.85% | - |
| XYZ | 30.29 | 17.02 | 3.79 | - |
| YUV | 96.86 | 96.48 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 41 | 0 | 0.79 | 0.81 | 0.15 | 1.69 | 0.71 | 0.51 |
| Hex | DA | 2E | 29 | 0 | 4F | 51 | F | 2 | 47 | 33 |
| Octal | 332 | 56 | 51 | 0 | 117 | 121 | 17 | 2 | 107 | 63 |
| Binary | 11011010 | 101110 | 101001 | 0 | 1001111 | 1010001 | 1111 | 10 | 1000111 | 110011 |
Color Harmonies of #DA2E29
Complementary color
Monochromatic Colors of #DA2E29
Black with #DA2E29
Text Example
Text Example
White with #DA2E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2E29; }
p { color: rgb(218,46,41); }
H1.HeaderClassName
{
color: #DA2E29;
}
.AnyTagClassName
{
color: #DA2E29;
}
</style>
background-color css
<style>
a { background-color: #DA2E29; }
a { background-color: rgb(218,46,41); }
div.DivClassName
{
background-color: #DA2E29;
}
.BgClassName
{
background-color: #DA2E29;
}
</style>
border-color css
<style>
span { border-color: #DA2E29; }
span { border-color: rgb(218,46,41); }
td.TdClassName
{
border-color: #DA2E29;
}
.TagClassName
{
border-color: #DA2E29;
}
</style>