Shades of Persian Red #D0382F
Tints of Persian Red #D0382F
RGB
CMYK
RGB Variations
Color information
#D0382F (or 0xD0382F) is known color: Persian Red. HEX triplet: D0, 38 and 2F. RGB value is (208,56,47). Sum of RGB (Red+Green+Blue) = 208+56+47=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D0382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0382F is #2FC7D0. Grayscale: #646464. Windows color (decimal): -3131345 or 3094736. OLE color: 3094736.
HSL color Cylindrical-coordinate representation of color #D0382F: hue angle of 3.35º 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 #D0382F is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 47 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.18 |
| HSL | 3.35º | 0.63% | 0.5% | - |
| HSV(B) | 3.35º | 0.77% | 0.82% | - |
| XYZ | 27.94 | 16.44 | 4.39 | - |
| YUV | 100.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 47 | 0 | 0.73 | 0.77 | 0.18 | 3.35 | 0.63 | 0.5 |
| Hex | D0 | 38 | 2F | 0 | 49 | 4D | 12 | 3 | 3F | 32 |
| Octal | 320 | 70 | 57 | 0 | 111 | 115 | 22 | 3 | 77 | 62 |
| Binary | 11010000 | 111000 | 101111 | 0 | 1001001 | 1001101 | 10010 | 11 | 111111 | 110010 |
Color Harmonies of #D0382F
Complementary color
Monochromatic Colors of #D0382F
Black with #D0382F
Text Example
Text Example
White with #D0382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0382F; }
p { color: rgb(208,56,47); }
H1.HeaderClassName
{
color: #D0382F;
}
.AnyTagClassName
{
color: #D0382F;
}
</style>
background-color css
<style>
a { background-color: #D0382F; }
a { background-color: rgb(208,56,47); }
div.DivClassName
{
background-color: #D0382F;
}
.BgClassName
{
background-color: #D0382F;
}
</style>
border-color css
<style>
span { border-color: #D0382F; }
span { border-color: rgb(208,56,47); }
td.TdClassName
{
border-color: #D0382F;
}
.TagClassName
{
border-color: #D0382F;
}
</style>