Shades of Persian Red #D03624
Tints of Persian Red #D03624
RGB
CMYK
RGB Variations
Color information
#D03624 (or 0xD03624) is known color: Persian Red. HEX triplet: D0, 36 and 24. RGB value is (208,54,36). Sum of RGB (Red+Green+Blue) = 208+54+36=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D03624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03624 is #2FC9DB. Grayscale: #626262. Windows color (decimal): -3131868 or 2373328. OLE color: 2373328.
HSL color Cylindrical-coordinate representation of color #D03624: hue angle of 6.28º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D03624 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 36 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.18 |
| HSL | 6.28º | 0.7% | 0.48% | - |
| HSV(B) | 6.28º | 0.83% | 0.82% | - |
| XYZ | 27.65 | 16.18 | 3.33 | - |
| YUV | 97.99 | 93.02 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 36 | 0 | 0.74 | 0.83 | 0.18 | 6.28 | 0.7 | 0.48 |
| Hex | D0 | 36 | 24 | 0 | 4A | 53 | 12 | 6 | 46 | 30 |
| Octal | 320 | 66 | 44 | 0 | 112 | 123 | 22 | 6 | 106 | 60 |
| Binary | 11010000 | 110110 | 100100 | 0 | 1001010 | 1010011 | 10010 | 110 | 1000110 | 110000 |
Color Harmonies of #D03624
Complementary color
Monochromatic Colors of #D03624
Black with #D03624
Text Example
Text Example
White with #D03624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03624; }
p { color: rgb(208,54,36); }
H1.HeaderClassName
{
color: #D03624;
}
.AnyTagClassName
{
color: #D03624;
}
</style>
background-color css
<style>
a { background-color: #D03624; }
a { background-color: rgb(208,54,36); }
div.DivClassName
{
background-color: #D03624;
}
.BgClassName
{
background-color: #D03624;
}
</style>
border-color css
<style>
span { border-color: #D03624; }
span { border-color: rgb(208,54,36); }
td.TdClassName
{
border-color: #D03624;
}
.TagClassName
{
border-color: #D03624;
}
</style>