Shades of Persian Red #D7362B
Tints of Persian Red #D7362B
RGB
CMYK
RGB Variations
Color information
#D7362B (or 0xD7362B) is known color: Persian Red. HEX triplet: D7, 36 and 2B. RGB value is (215,54,43). Sum of RGB (Red+Green+Blue) = 215+54+43=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7362B is #28C9D4. Grayscale: #656565. Windows color (decimal): -2673109 or 2832087. OLE color: 2832087.
HSL color Cylindrical-coordinate representation of color #D7362B: hue angle of 3.84º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7362B is Cyan = 0, Magento = 0.75, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 43 | - |
| CMYK | 0 | 0.75 | 0.8 | 0.16 |
| HSL | 3.84º | 0.68% | 0.51% | - |
| HSV(B) | 3.84º | 0.8% | 0.84% | - |
| XYZ | 29.78 | 17.26 | 4.05 | - |
| YUV | 100.89 | 95.34 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 43 | 0 | 0.75 | 0.8 | 0.16 | 3.84 | 0.68 | 0.51 |
| Hex | D7 | 36 | 2B | 0 | 4B | 50 | 10 | 4 | 44 | 33 |
| Octal | 327 | 66 | 53 | 0 | 113 | 120 | 20 | 4 | 104 | 63 |
| Binary | 11010111 | 110110 | 101011 | 0 | 1001011 | 1010000 | 10000 | 100 | 1000100 | 110011 |
Color Harmonies of #D7362B
Complementary color
Monochromatic Colors of #D7362B
Black with #D7362B
Text Example
Text Example
White with #D7362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7362B; }
p { color: rgb(215,54,43); }
H1.HeaderClassName
{
color: #D7362B;
}
.AnyTagClassName
{
color: #D7362B;
}
</style>
background-color css
<style>
a { background-color: #D7362B; }
a { background-color: rgb(215,54,43); }
div.DivClassName
{
background-color: #D7362B;
}
.BgClassName
{
background-color: #D7362B;
}
</style>
border-color css
<style>
span { border-color: #D7362B; }
span { border-color: rgb(215,54,43); }
td.TdClassName
{
border-color: #D7362B;
}
.TagClassName
{
border-color: #D7362B;
}
</style>