Shades of Persian Red #DA2A27
Tints of Persian Red #DA2A27
RGB
CMYK
RGB Variations
Color information
#DA2A27 (or 0xDA2A27) is known color: Persian Red. HEX triplet: DA, 2A and 27. RGB value is (218,42,39). Sum of RGB (Red+Green+Blue) = 218+42+39=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A27 is #25D5D8. Grayscale: #5E5E5E. Windows color (decimal): -2479577 or 2566874. OLE color: 2566874.
HSL color Cylindrical-coordinate representation of color #DA2A27: hue angle of 1.01º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2A27 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 39 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.15 |
| HSL | 1.01º | 0.71% | 0.5% | - |
| HSV(B) | 1.01º | 0.82% | 0.85% | - |
| XYZ | 30.11 | 16.71 | 3.56 | - |
| YUV | 94.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 39 | 0 | 0.81 | 0.82 | 0.15 | 1.01 | 0.71 | 0.5 |
| Hex | DA | 2A | 27 | 0 | 51 | 52 | F | 1 | 47 | 32 |
| Octal | 332 | 52 | 47 | 0 | 121 | 122 | 17 | 1 | 107 | 62 |
| Binary | 11011010 | 101010 | 100111 | 0 | 1010001 | 1010010 | 1111 | 1 | 1000111 | 110010 |
Color Harmonies of #DA2A27
Complementary color
Monochromatic Colors of #DA2A27
Black with #DA2A27
Text Example
Text Example
White with #DA2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A27; }
p { color: rgb(218,42,39); }
H1.HeaderClassName
{
color: #DA2A27;
}
.AnyTagClassName
{
color: #DA2A27;
}
</style>
background-color css
<style>
a { background-color: #DA2A27; }
a { background-color: rgb(218,42,39); }
div.DivClassName
{
background-color: #DA2A27;
}
.BgClassName
{
background-color: #DA2A27;
}
</style>
border-color css
<style>
span { border-color: #DA2A27; }
span { border-color: rgb(218,42,39); }
td.TdClassName
{
border-color: #DA2A27;
}
.TagClassName
{
border-color: #DA2A27;
}
</style>