Shades of Persian Red #D04137
Tints of Persian Red #D04137
RGB
CMYK
RGB Variations
Color information
#D04137 (or 0xD04137) is known color: Persian Red. HEX triplet: D0, 41 and 37. RGB value is (208,65,55). Sum of RGB (Red+Green+Blue) = 208+65+55=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D04137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04137 is #2FBEC8. Grayscale: #6A6A6A. Windows color (decimal): -3129033 or 3621328. OLE color: 3621328.
HSL color Cylindrical-coordinate representation of color #D04137: hue angle of 3.92º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D04137 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 55 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.18 |
| HSL | 3.92º | 0.62% | 0.52% | - |
| HSV(B) | 3.92º | 0.74% | 0.82% | - |
| XYZ | 28.59 | 17.47 | 5.48 | - |
| YUV | 106.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 55 | 0 | 0.69 | 0.74 | 0.18 | 3.92 | 0.62 | 0.52 |
| Hex | D0 | 41 | 37 | 0 | 45 | 4A | 12 | 4 | 3E | 34 |
| Octal | 320 | 101 | 67 | 0 | 105 | 112 | 22 | 4 | 76 | 64 |
| Binary | 11010000 | 1000001 | 110111 | 0 | 1000101 | 1001010 | 10010 | 100 | 111110 | 110100 |
Color Harmonies of #D04137
Complementary color
Monochromatic Colors of #D04137
Black with #D04137
Text Example
Text Example
White with #D04137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04137; }
p { color: rgb(208,65,55); }
H1.HeaderClassName
{
color: #D04137;
}
.AnyTagClassName
{
color: #D04137;
}
</style>
background-color css
<style>
a { background-color: #D04137; }
a { background-color: rgb(208,65,55); }
div.DivClassName
{
background-color: #D04137;
}
.BgClassName
{
background-color: #D04137;
}
</style>
border-color css
<style>
span { border-color: #D04137; }
span { border-color: rgb(208,65,55); }
td.TdClassName
{
border-color: #D04137;
}
.TagClassName
{
border-color: #D04137;
}
</style>