Shades of Persian Red #D02727
Tints of Persian Red #D02727
RGB
CMYK
RGB Variations
Color information
#D02727 (or 0xD02727) is known color: Persian Red. HEX triplet: D0, 27 and 27. RGB value is (208,39,39). Sum of RGB (Red+Green+Blue) = 208+39+39=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D02727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02727 is #2FD8D8. Grayscale: #595959. Windows color (decimal): -3135705 or 2566096. OLE color: 2566096.
HSL color Cylindrical-coordinate representation of color #D02727: hue angle of 0º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02727 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 39 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.18 |
| HSL | 0º | 0.68% | 0.48% | - |
| HSV(B) | 0º | 0.81% | 0.82% | - |
| XYZ | 27.1 | 15.01 | 3.39 | - |
| YUV | 89.53 | 99.49 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 39 | 0 | 0.81 | 0.81 | 0.18 | 0 | 0.68 | 0.48 |
| Hex | D0 | 27 | 27 | 0 | 51 | 51 | 12 | 0 | 44 | 30 |
| Octal | 320 | 47 | 47 | 0 | 121 | 121 | 22 | 0 | 104 | 60 |
| Binary | 11010000 | 100111 | 100111 | 0 | 1010001 | 1010001 | 10010 | 0 | 1000100 | 110000 |
Color Harmonies of #D02727
Complementary color
Monochromatic Colors of #D02727
Black with #D02727
Text Example
Text Example
White with #D02727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02727; }
p { color: rgb(208,39,39); }
H1.HeaderClassName
{
color: #D02727;
}
.AnyTagClassName
{
color: #D02727;
}
</style>
background-color css
<style>
a { background-color: #D02727; }
a { background-color: rgb(208,39,39); }
div.DivClassName
{
background-color: #D02727;
}
.BgClassName
{
background-color: #D02727;
}
</style>
border-color css
<style>
span { border-color: #D02727; }
span { border-color: rgb(208,39,39); }
td.TdClassName
{
border-color: #D02727;
}
.TagClassName
{
border-color: #D02727;
}
</style>