Shades of Persian Red #D0392F
Tints of Persian Red #D0392F
RGB
CMYK
RGB Variations
Color information
#D0392F (or 0xD0392F) is known color: Persian Red. HEX triplet: D0, 39 and 2F. RGB value is (208,57,47). Sum of RGB (Red+Green+Blue) = 208+57+47=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D0392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0392F is #2FC6D0. Grayscale: #656565. Windows color (decimal): -3131089 or 3094992. OLE color: 3094992.
HSL color Cylindrical-coordinate representation of color #D0392F: hue angle of 3.73º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0392F is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 47 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.18 |
| HSL | 3.73º | 0.63% | 0.5% | - |
| HSV(B) | 3.73º | 0.77% | 0.82% | - |
| XYZ | 27.99 | 16.54 | 4.41 | - |
| YUV | 101.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 47 | 0 | 0.73 | 0.77 | 0.18 | 3.73 | 0.63 | 0.5 |
| Hex | D0 | 39 | 2F | 0 | 49 | 4D | 12 | 4 | 3F | 32 |
| Octal | 320 | 71 | 57 | 0 | 111 | 115 | 22 | 4 | 77 | 62 |
| Binary | 11010000 | 111001 | 101111 | 0 | 1001001 | 1001101 | 10010 | 100 | 111111 | 110010 |
Color Harmonies of #D0392F
Complementary color
Monochromatic Colors of #D0392F
Black with #D0392F
Text Example
Text Example
White with #D0392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0392F; }
p { color: rgb(208,57,47); }
H1.HeaderClassName
{
color: #D0392F;
}
.AnyTagClassName
{
color: #D0392F;
}
</style>
background-color css
<style>
a { background-color: #D0392F; }
a { background-color: rgb(208,57,47); }
div.DivClassName
{
background-color: #D0392F;
}
.BgClassName
{
background-color: #D0392F;
}
</style>
border-color css
<style>
span { border-color: #D0392F; }
span { border-color: rgb(208,57,47); }
td.TdClassName
{
border-color: #D0392F;
}
.TagClassName
{
border-color: #D0392F;
}
</style>