Shades of Persian Red #D0392D
Tints of Persian Red #D0392D
RGB
CMYK
RGB Variations
Color information
#D0392D (or 0xD0392D) is known color: Persian Red. HEX triplet: D0, 39 and 2D. RGB value is (208,57,45). Sum of RGB (Red+Green+Blue) = 208+57+45=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D0392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0392D is #2FC6D2. Grayscale: #646464. Windows color (decimal): -3131091 or 2963920. OLE color: 2963920.
HSL color Cylindrical-coordinate representation of color #D0392D: hue angle of 4.42º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0392D is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 45 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.18 |
| HSL | 4.42º | 0.64% | 0.5% | - |
| HSV(B) | 4.42º | 0.78% | 0.82% | - |
| XYZ | 27.95 | 16.53 | 4.2 | - |
| YUV | 100.78 | 96.53 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 45 | 0 | 0.73 | 0.78 | 0.18 | 4.42 | 0.64 | 0.5 |
| Hex | D0 | 39 | 2D | 0 | 49 | 4E | 12 | 4 | 40 | 32 |
| Octal | 320 | 71 | 55 | 0 | 111 | 116 | 22 | 4 | 100 | 62 |
| Binary | 11010000 | 111001 | 101101 | 0 | 1001001 | 1001110 | 10010 | 100 | 1000000 | 110010 |
Color Harmonies of #D0392D
Complementary color
Monochromatic Colors of #D0392D
Black with #D0392D
Text Example
Text Example
White with #D0392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0392D; }
p { color: rgb(208,57,45); }
H1.HeaderClassName
{
color: #D0392D;
}
.AnyTagClassName
{
color: #D0392D;
}
</style>
background-color css
<style>
a { background-color: #D0392D; }
a { background-color: rgb(208,57,45); }
div.DivClassName
{
background-color: #D0392D;
}
.BgClassName
{
background-color: #D0392D;
}
</style>
border-color css
<style>
span { border-color: #D0392D; }
span { border-color: rgb(208,57,45); }
td.TdClassName
{
border-color: #D0392D;
}
.TagClassName
{
border-color: #D0392D;
}
</style>