Shades of Persian Red #D03827
Tints of Persian Red #D03827
RGB
CMYK
RGB Variations
Color information
#D03827 (or 0xD03827) is known color: Persian Red. HEX triplet: D0, 38 and 27. RGB value is (208,56,39). Sum of RGB (Red+Green+Blue) = 208+56+39=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D03827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03827 is #2FC7D8. Grayscale: #636363. Windows color (decimal): -3131353 or 2570448. OLE color: 2570448.
HSL color Cylindrical-coordinate representation of color #D03827: hue angle of 6.04º 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 #D03827 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 39 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.18 |
| HSL | 6.04º | 0.68% | 0.48% | - |
| HSV(B) | 6.04º | 0.81% | 0.82% | - |
| XYZ | 27.79 | 16.38 | 3.62 | - |
| YUV | 99.51 | 93.86 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 39 | 0 | 0.73 | 0.81 | 0.18 | 6.04 | 0.68 | 0.48 |
| Hex | D0 | 38 | 27 | 0 | 49 | 51 | 12 | 6 | 44 | 30 |
| Octal | 320 | 70 | 47 | 0 | 111 | 121 | 22 | 6 | 104 | 60 |
| Binary | 11010000 | 111000 | 100111 | 0 | 1001001 | 1010001 | 10010 | 110 | 1000100 | 110000 |
Color Harmonies of #D03827
Complementary color
Monochromatic Colors of #D03827
Black with #D03827
Text Example
Text Example
White with #D03827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03827; }
p { color: rgb(208,56,39); }
H1.HeaderClassName
{
color: #D03827;
}
.AnyTagClassName
{
color: #D03827;
}
</style>
background-color css
<style>
a { background-color: #D03827; }
a { background-color: rgb(208,56,39); }
div.DivClassName
{
background-color: #D03827;
}
.BgClassName
{
background-color: #D03827;
}
</style>
border-color css
<style>
span { border-color: #D03827; }
span { border-color: rgb(208,56,39); }
td.TdClassName
{
border-color: #D03827;
}
.TagClassName
{
border-color: #D03827;
}
</style>