Shades of Persian Red #D0382D
Tints of Persian Red #D0382D
RGB
CMYK
RGB Variations
Color information
#D0382D (or 0xD0382D) is known color: Persian Red. HEX triplet: D0, 38 and 2D. RGB value is (208,56,45). Sum of RGB (Red+Green+Blue) = 208+56+45=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0382D is #2FC7D2. Grayscale: #646464. Windows color (decimal): -3131347 or 2963664. OLE color: 2963664.
HSL color Cylindrical-coordinate representation of color #D0382D: hue angle of 4.05º 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 #D0382D is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 45 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.18 |
| HSL | 4.05º | 0.64% | 0.5% | - |
| HSV(B) | 4.05º | 0.78% | 0.82% | - |
| XYZ | 27.9 | 16.43 | 4.18 | - |
| YUV | 100.19 | 96.86 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 45 | 0 | 0.73 | 0.78 | 0.18 | 4.05 | 0.64 | 0.5 |
| Hex | D0 | 38 | 2D | 0 | 49 | 4E | 12 | 4 | 40 | 32 |
| Octal | 320 | 70 | 55 | 0 | 111 | 116 | 22 | 4 | 100 | 62 |
| Binary | 11010000 | 111000 | 101101 | 0 | 1001001 | 1001110 | 10010 | 100 | 1000000 | 110010 |
Color Harmonies of #D0382D
Complementary color
Monochromatic Colors of #D0382D
Black with #D0382D
Text Example
Text Example
White with #D0382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0382D; }
p { color: rgb(208,56,45); }
H1.HeaderClassName
{
color: #D0382D;
}
.AnyTagClassName
{
color: #D0382D;
}
</style>
background-color css
<style>
a { background-color: #D0382D; }
a { background-color: rgb(208,56,45); }
div.DivClassName
{
background-color: #D0382D;
}
.BgClassName
{
background-color: #D0382D;
}
</style>
border-color css
<style>
span { border-color: #D0382D; }
span { border-color: rgb(208,56,45); }
td.TdClassName
{
border-color: #D0382D;
}
.TagClassName
{
border-color: #D0382D;
}
</style>