Shades of Persian Red #D73939
Tints of Persian Red #D73939
RGB
CMYK
RGB Variations
Color information
#D73939 (or 0xD73939) is known color: Persian Red. HEX triplet: D7, 39 and 39. RGB value is (215,57,57). Sum of RGB (Red+Green+Blue) = 215+57+57=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D73939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73939 is #28C6C6. Grayscale: #686868. Windows color (decimal): -2672327 or 3750359. OLE color: 3750359.
HSL color Cylindrical-coordinate representation of color #D73939: hue angle of 0º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73939 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 57 | 57 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.16 |
| HSL | 0º | 0.66% | 0.53% | - |
| HSV(B) | 0º | 0.73% | 0.84% | - |
| XYZ | 30.23 | 17.67 | 5.69 | - |
| YUV | 104.24 | 101.35 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 57 | 57 | 0 | 0.73 | 0.73 | 0.16 | 0 | 0.66 | 0.53 |
| Hex | D7 | 39 | 39 | 0 | 49 | 49 | 10 | 0 | 42 | 35 |
| Octal | 327 | 71 | 71 | 0 | 111 | 111 | 20 | 0 | 102 | 65 |
| Binary | 11010111 | 111001 | 111001 | 0 | 1001001 | 1001001 | 10000 | 0 | 1000010 | 110101 |
Color Harmonies of #D73939
Complementary color
Monochromatic Colors of #D73939
Black with #D73939
Text Example
Text Example
White with #D73939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73939; }
p { color: rgb(215,57,57); }
H1.HeaderClassName
{
color: #D73939;
}
.AnyTagClassName
{
color: #D73939;
}
</style>
background-color css
<style>
a { background-color: #D73939; }
a { background-color: rgb(215,57,57); }
div.DivClassName
{
background-color: #D73939;
}
.BgClassName
{
background-color: #D73939;
}
</style>
border-color css
<style>
span { border-color: #D73939; }
span { border-color: rgb(215,57,57); }
td.TdClassName
{
border-color: #D73939;
}
.TagClassName
{
border-color: #D73939;
}
</style>