Shades of Persian Red #D73627
Tints of Persian Red #D73627
RGB
CMYK
RGB Variations
Color information
#D73627 (or 0xD73627) is known color: Persian Red. HEX triplet: D7, 36 and 27. RGB value is (215,54,39). Sum of RGB (Red+Green+Blue) = 215+54+39=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D73627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73627 is #28C9D8. Grayscale: #646464. Windows color (decimal): -2673113 or 2569943. OLE color: 2569943.
HSL color Cylindrical-coordinate representation of color #D73627: hue angle of 5.11º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D73627 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 39 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.16 |
| HSL | 5.11º | 0.69% | 0.5% | - |
| HSV(B) | 5.11º | 0.82% | 0.84% | - |
| XYZ | 29.71 | 17.23 | 3.68 | - |
| YUV | 100.43 | 93.34 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 39 | 0 | 0.75 | 0.82 | 0.16 | 5.11 | 0.69 | 0.5 |
| Hex | D7 | 36 | 27 | 0 | 4B | 52 | 10 | 5 | 45 | 32 |
| Octal | 327 | 66 | 47 | 0 | 113 | 122 | 20 | 5 | 105 | 62 |
| Binary | 11010111 | 110110 | 100111 | 0 | 1001011 | 1010010 | 10000 | 101 | 1000101 | 110010 |
Color Harmonies of #D73627
Complementary color
Monochromatic Colors of #D73627
Black with #D73627
Text Example
Text Example
White with #D73627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73627; }
p { color: rgb(215,54,39); }
H1.HeaderClassName
{
color: #D73627;
}
.AnyTagClassName
{
color: #D73627;
}
</style>
background-color css
<style>
a { background-color: #D73627; }
a { background-color: rgb(215,54,39); }
div.DivClassName
{
background-color: #D73627;
}
.BgClassName
{
background-color: #D73627;
}
</style>
border-color css
<style>
span { border-color: #D73627; }
span { border-color: rgb(215,54,39); }
td.TdClassName
{
border-color: #D73627;
}
.TagClassName
{
border-color: #D73627;
}
</style>