Shades of Persian Red #D73928
Tints of Persian Red #D73928
RGB
CMYK
RGB Variations
Color information
#D73928 (or 0xD73928) is known color: Persian Red. HEX triplet: D7, 39 and 28. RGB value is (215,57,40). Sum of RGB (Red+Green+Blue) = 215+57+40=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D73928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73928 is #28C6D7. Grayscale: #666666. Windows color (decimal): -2672344 or 2636247. OLE color: 2636247.
HSL color Cylindrical-coordinate representation of color #D73928: hue angle of 5.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D73928 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 57 | 40 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.16 |
| HSL | 5.83º | 0.69% | 0.5% | - |
| HSV(B) | 5.83º | 0.81% | 0.84% | - |
| XYZ | 29.87 | 17.53 | 3.82 | - |
| YUV | 102.3 | 92.85 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 57 | 40 | 0 | 0.73 | 0.81 | 0.16 | 5.83 | 0.69 | 0.5 |
| Hex | D7 | 39 | 28 | 0 | 49 | 51 | 10 | 6 | 45 | 32 |
| Octal | 327 | 71 | 50 | 0 | 111 | 121 | 20 | 6 | 105 | 62 |
| Binary | 11010111 | 111001 | 101000 | 0 | 1001001 | 1010001 | 10000 | 110 | 1000101 | 110010 |
Color Harmonies of #D73928
Complementary color
Monochromatic Colors of #D73928
Black with #D73928
Text Example
Text Example
White with #D73928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73928; }
p { color: rgb(215,57,40); }
H1.HeaderClassName
{
color: #D73928;
}
.AnyTagClassName
{
color: #D73928;
}
</style>
background-color css
<style>
a { background-color: #D73928; }
a { background-color: rgb(215,57,40); }
div.DivClassName
{
background-color: #D73928;
}
.BgClassName
{
background-color: #D73928;
}
</style>
border-color css
<style>
span { border-color: #D73928; }
span { border-color: rgb(215,57,40); }
td.TdClassName
{
border-color: #D73928;
}
.TagClassName
{
border-color: #D73928;
}
</style>