Shades of Persian Red #D7362D
Tints of Persian Red #D7362D
RGB
CMYK
RGB Variations
Color information
#D7362D (or 0xD7362D) is known color: Persian Red. HEX triplet: D7, 36 and 2D. RGB value is (215,54,45). Sum of RGB (Red+Green+Blue) = 215+54+45=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7362D is #28C9D2. Grayscale: #656565. Windows color (decimal): -2673107 or 2963159. OLE color: 2963159.
HSL color Cylindrical-coordinate representation of color #D7362D: hue angle of 3.18º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7362D is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 45 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.16 |
| HSL | 3.18º | 0.68% | 0.51% | - |
| HSV(B) | 3.18º | 0.79% | 0.84% | - |
| XYZ | 29.82 | 17.27 | 4.25 | - |
| YUV | 101.11 | 96.34 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 45 | 0 | 0.75 | 0.79 | 0.16 | 3.18 | 0.68 | 0.51 |
| Hex | D7 | 36 | 2D | 0 | 4B | 4F | 10 | 3 | 44 | 33 |
| Octal | 327 | 66 | 55 | 0 | 113 | 117 | 20 | 3 | 104 | 63 |
| Binary | 11010111 | 110110 | 101101 | 0 | 1001011 | 1001111 | 10000 | 11 | 1000100 | 110011 |
Color Harmonies of #D7362D
Complementary color
Monochromatic Colors of #D7362D
Black with #D7362D
Text Example
Text Example
White with #D7362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7362D; }
p { color: rgb(215,54,45); }
H1.HeaderClassName
{
color: #D7362D;
}
.AnyTagClassName
{
color: #D7362D;
}
</style>
background-color css
<style>
a { background-color: #D7362D; }
a { background-color: rgb(215,54,45); }
div.DivClassName
{
background-color: #D7362D;
}
.BgClassName
{
background-color: #D7362D;
}
</style>
border-color css
<style>
span { border-color: #D7362D; }
span { border-color: rgb(215,54,45); }
td.TdClassName
{
border-color: #D7362D;
}
.TagClassName
{
border-color: #D7362D;
}
</style>