Shades of Persian Red #D0362F
Tints of Persian Red #D0362F
RGB
CMYK
RGB Variations
Color information
#D0362F (or 0xD0362F) is known color: Persian Red. HEX triplet: D0, 36 and 2F. RGB value is (208,54,47). Sum of RGB (Red+Green+Blue) = 208+54+47=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0362F is #2FC9D0. Grayscale: #636363. Windows color (decimal): -3131857 or 3094224. OLE color: 3094224.
HSL color Cylindrical-coordinate representation of color #D0362F: hue angle of 2.61º 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 #D0362F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 47 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.18 |
| HSL | 2.61º | 0.63% | 0.5% | - |
| HSV(B) | 2.61º | 0.77% | 0.82% | - |
| XYZ | 27.84 | 16.25 | 4.36 | - |
| YUV | 99.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 47 | 0 | 0.74 | 0.77 | 0.18 | 2.61 | 0.63 | 0.5 |
| Hex | D0 | 36 | 2F | 0 | 4A | 4D | 12 | 3 | 3F | 32 |
| Octal | 320 | 66 | 57 | 0 | 112 | 115 | 22 | 3 | 77 | 62 |
| Binary | 11010000 | 110110 | 101111 | 0 | 1001010 | 1001101 | 10010 | 11 | 111111 | 110010 |
Color Harmonies of #D0362F
Complementary color
Monochromatic Colors of #D0362F
Black with #D0362F
Text Example
Text Example
White with #D0362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0362F; }
p { color: rgb(208,54,47); }
H1.HeaderClassName
{
color: #D0362F;
}
.AnyTagClassName
{
color: #D0362F;
}
</style>
background-color css
<style>
a { background-color: #D0362F; }
a { background-color: rgb(208,54,47); }
div.DivClassName
{
background-color: #D0362F;
}
.BgClassName
{
background-color: #D0362F;
}
</style>
border-color css
<style>
span { border-color: #D0362F; }
span { border-color: rgb(208,54,47); }
td.TdClassName
{
border-color: #D0362F;
}
.TagClassName
{
border-color: #D0362F;
}
</style>