Shades of Persian Red #DF2A27
Tints of Persian Red #DF2A27
RGB
CMYK
RGB Variations
Color information
#DF2A27 (or 0xDF2A27) is known color: Persian Red. HEX triplet: DF, 2A and 27. RGB value is (223,42,39). Sum of RGB (Red+Green+Blue) = 223+42+39=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2A27 is #20D5D8. Grayscale: #5F5F5F. Windows color (decimal): -2151897 or 2566879. OLE color: 2566879.
HSL color Cylindrical-coordinate representation of color #DF2A27: hue angle of 0.98º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2A27 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 39 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.13 |
| HSL | 0.98º | 0.74% | 0.51% | - |
| HSV(B) | 0.98º | 0.83% | 0.87% | - |
| XYZ | 31.63 | 17.49 | 3.63 | - |
| YUV | 95.78 | 95.97 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 39 | 0 | 0.81 | 0.83 | 0.13 | 0.98 | 0.74 | 0.51 |
| Hex | DF | 2A | 27 | 0 | 51 | 53 | D | 1 | 4A | 33 |
| Octal | 337 | 52 | 47 | 0 | 121 | 123 | 15 | 1 | 112 | 63 |
| Binary | 11011111 | 101010 | 100111 | 0 | 1010001 | 1010011 | 1101 | 1 | 1001010 | 110011 |
Color Harmonies of #DF2A27
Complementary color
Monochromatic Colors of #DF2A27
Black with #DF2A27
Text Example
Text Example
White with #DF2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A27; }
p { color: rgb(223,42,39); }
H1.HeaderClassName
{
color: #DF2A27;
}
.AnyTagClassName
{
color: #DF2A27;
}
</style>
background-color css
<style>
a { background-color: #DF2A27; }
a { background-color: rgb(223,42,39); }
div.DivClassName
{
background-color: #DF2A27;
}
.BgClassName
{
background-color: #DF2A27;
}
</style>
border-color css
<style>
span { border-color: #DF2A27; }
span { border-color: rgb(223,42,39); }
td.TdClassName
{
border-color: #DF2A27;
}
.TagClassName
{
border-color: #DF2A27;
}
</style>