Shades of Persian Red #D04136
Tints of Persian Red #D04136
RGB
CMYK
RGB Variations
Color information
#D04136 (or 0xD04136) is known color: Persian Red. HEX triplet: D0, 41 and 36. RGB value is (208,65,54). Sum of RGB (Red+Green+Blue) = 208+65+54=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D04136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04136 is #2FBEC9. Grayscale: #6A6A6A. Windows color (decimal): -3129034 or 3555792. OLE color: 3555792.
HSL color Cylindrical-coordinate representation of color #D04136: hue angle of 4.29º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D04136 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 54 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.18 |
| HSL | 4.29º | 0.62% | 0.51% | - |
| HSV(B) | 4.29º | 0.74% | 0.82% | - |
| XYZ | 28.57 | 17.46 | 5.35 | - |
| YUV | 106.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 54 | 0 | 0.69 | 0.74 | 0.18 | 4.29 | 0.62 | 0.51 |
| Hex | D0 | 41 | 36 | 0 | 45 | 4A | 12 | 4 | 3E | 33 |
| Octal | 320 | 101 | 66 | 0 | 105 | 112 | 22 | 4 | 76 | 63 |
| Binary | 11010000 | 1000001 | 110110 | 0 | 1000101 | 1001010 | 10010 | 100 | 111110 | 110011 |
Color Harmonies of #D04136
Complementary color
Monochromatic Colors of #D04136
Black with #D04136
Text Example
Text Example
White with #D04136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04136; }
p { color: rgb(208,65,54); }
H1.HeaderClassName
{
color: #D04136;
}
.AnyTagClassName
{
color: #D04136;
}
</style>
background-color css
<style>
a { background-color: #D04136; }
a { background-color: rgb(208,65,54); }
div.DivClassName
{
background-color: #D04136;
}
.BgClassName
{
background-color: #D04136;
}
</style>
border-color css
<style>
span { border-color: #D04136; }
span { border-color: rgb(208,65,54); }
td.TdClassName
{
border-color: #D04136;
}
.TagClassName
{
border-color: #D04136;
}
</style>