Shades of Persian Red #DA2725
Tints of Persian Red #DA2725
RGB
CMYK
RGB Variations
Color information
#DA2725 (or 0xDA2725) is known color: Persian Red. HEX triplet: DA, 27 and 25. RGB value is (218,39,37). Sum of RGB (Red+Green+Blue) = 218+39+37=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2725 is #25D8DA. Grayscale: #5C5C5C. Windows color (decimal): -2480347 or 2435034. OLE color: 2435034.
HSL color Cylindrical-coordinate representation of color #DA2725: hue angle of 0.66º degrees, saturation: 0.71, 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 #DA2725 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 37 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.15 |
| HSL | 0.66º | 0.71% | 0.5% | - |
| HSV(B) | 0.66º | 0.83% | 0.85% | - |
| XYZ | 29.97 | 16.49 | 3.35 | - |
| YUV | 92.29 | 96.8 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 37 | 0 | 0.82 | 0.83 | 0.15 | 0.66 | 0.71 | 0.5 |
| Hex | DA | 27 | 25 | 0 | 52 | 53 | F | 1 | 47 | 32 |
| Octal | 332 | 47 | 45 | 0 | 122 | 123 | 17 | 1 | 107 | 62 |
| Binary | 11011010 | 100111 | 100101 | 0 | 1010010 | 1010011 | 1111 | 1 | 1000111 | 110010 |
Color Harmonies of #DA2725
Complementary color
Monochromatic Colors of #DA2725
Black with #DA2725
Text Example
Text Example
White with #DA2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2725; }
p { color: rgb(218,39,37); }
H1.HeaderClassName
{
color: #DA2725;
}
.AnyTagClassName
{
color: #DA2725;
}
</style>
background-color css
<style>
a { background-color: #DA2725; }
a { background-color: rgb(218,39,37); }
div.DivClassName
{
background-color: #DA2725;
}
.BgClassName
{
background-color: #DA2725;
}
</style>
border-color css
<style>
span { border-color: #DA2725; }
span { border-color: rgb(218,39,37); }
td.TdClassName
{
border-color: #DA2725;
}
.TagClassName
{
border-color: #DA2725;
}
</style>