Shades of Persian Red #D04132
Tints of Persian Red #D04132
RGB
CMYK
RGB Variations
Color information
#D04132 (or 0xD04132) is known color: Persian Red. HEX triplet: D0, 41 and 32. RGB value is (208,65,50). Sum of RGB (Red+Green+Blue) = 208+65+50=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D04132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04132 is #2FBECD. Grayscale: #6A6A6A. Windows color (decimal): -3129038 or 3293648. OLE color: 3293648.
HSL color Cylindrical-coordinate representation of color #D04132: hue angle of 5.7º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D04132 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 50 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.18 |
| HSL | 5.7º | 0.63% | 0.51% | - |
| HSV(B) | 5.7º | 0.76% | 0.82% | - |
| XYZ | 28.48 | 17.42 | 4.88 | - |
| YUV | 106.05 | 96.38 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 50 | 0 | 0.69 | 0.76 | 0.18 | 5.7 | 0.63 | 0.51 |
| Hex | D0 | 41 | 32 | 0 | 45 | 4C | 12 | 6 | 3F | 33 |
| Octal | 320 | 101 | 62 | 0 | 105 | 114 | 22 | 6 | 77 | 63 |
| Binary | 11010000 | 1000001 | 110010 | 0 | 1000101 | 1001100 | 10010 | 110 | 111111 | 110011 |
Color Harmonies of #D04132
Complementary color
Monochromatic Colors of #D04132
Black with #D04132
Text Example
Text Example
White with #D04132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04132; }
p { color: rgb(208,65,50); }
H1.HeaderClassName
{
color: #D04132;
}
.AnyTagClassName
{
color: #D04132;
}
</style>
background-color css
<style>
a { background-color: #D04132; }
a { background-color: rgb(208,65,50); }
div.DivClassName
{
background-color: #D04132;
}
.BgClassName
{
background-color: #D04132;
}
</style>
border-color css
<style>
span { border-color: #D04132; }
span { border-color: rgb(208,65,50); }
td.TdClassName
{
border-color: #D04132;
}
.TagClassName
{
border-color: #D04132;
}
</style>