Shades of Persian Red #DA2D29
Tints of Persian Red #DA2D29
RGB
CMYK
RGB Variations
Color information
#DA2D29 (or 0xDA2D29) is known color: Persian Red. HEX triplet: DA, 2D and 29. RGB value is (218,45,41). Sum of RGB (Red+Green+Blue) = 218+45+41=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2D29 is #25D2D6. Grayscale: #606060. Windows color (decimal): -2478807 or 2698714. OLE color: 2698714.
HSL color Cylindrical-coordinate representation of color #DA2D29: hue angle of 1.36º 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 #DA2D29 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 41 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.15 |
| HSL | 1.36º | 0.71% | 0.51% | - |
| HSV(B) | 1.36º | 0.81% | 0.85% | - |
| XYZ | 30.25 | 16.94 | 3.77 | - |
| YUV | 96.27 | 96.81 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 41 | 0 | 0.79 | 0.81 | 0.15 | 1.36 | 0.71 | 0.51 |
| Hex | DA | 2D | 29 | 0 | 4F | 51 | F | 1 | 47 | 33 |
| Octal | 332 | 55 | 51 | 0 | 117 | 121 | 17 | 1 | 107 | 63 |
| Binary | 11011010 | 101101 | 101001 | 0 | 1001111 | 1010001 | 1111 | 1 | 1000111 | 110011 |
Color Harmonies of #DA2D29
Complementary color
Monochromatic Colors of #DA2D29
Black with #DA2D29
Text Example
Text Example
White with #DA2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D29; }
p { color: rgb(218,45,41); }
H1.HeaderClassName
{
color: #DA2D29;
}
.AnyTagClassName
{
color: #DA2D29;
}
</style>
background-color css
<style>
a { background-color: #DA2D29; }
a { background-color: rgb(218,45,41); }
div.DivClassName
{
background-color: #DA2D29;
}
.BgClassName
{
background-color: #DA2D29;
}
</style>
border-color css
<style>
span { border-color: #DA2D29; }
span { border-color: rgb(218,45,41); }
td.TdClassName
{
border-color: #DA2D29;
}
.TagClassName
{
border-color: #DA2D29;
}
</style>