Shades of Persian Red #D73330
Tints of Persian Red #D73330
RGB
CMYK
RGB Variations
Color information
#D73330 (or 0xD73330) is known color: Persian Red. HEX triplet: D7, 33 and 30. RGB value is (215,51,48). Sum of RGB (Red+Green+Blue) = 215+51+48=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D73330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73330 is #28CCCF. Grayscale: #636363. Windows color (decimal): -2673872 or 3158999. OLE color: 3158999.
HSL color Cylindrical-coordinate representation of color #D73330: hue angle of 1.08º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73330 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 48 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.16 |
| HSL | 1.08º | 0.68% | 0.52% | - |
| HSV(B) | 1.08º | 0.78% | 0.84% | - |
| XYZ | 29.74 | 17.03 | 4.52 | - |
| YUV | 99.69 | 98.83 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 48 | 0 | 0.76 | 0.78 | 0.16 | 1.08 | 0.68 | 0.52 |
| Hex | D7 | 33 | 30 | 0 | 4C | 4E | 10 | 1 | 44 | 34 |
| Octal | 327 | 63 | 60 | 0 | 114 | 116 | 20 | 1 | 104 | 64 |
| Binary | 11010111 | 110011 | 110000 | 0 | 1001100 | 1001110 | 10000 | 1 | 1000100 | 110100 |
Color Harmonies of #D73330
Complementary color
Monochromatic Colors of #D73330
Black with #D73330
Text Example
Text Example
White with #D73330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73330; }
p { color: rgb(215,51,48); }
H1.HeaderClassName
{
color: #D73330;
}
.AnyTagClassName
{
color: #D73330;
}
</style>
background-color css
<style>
a { background-color: #D73330; }
a { background-color: rgb(215,51,48); }
div.DivClassName
{
background-color: #D73330;
}
.BgClassName
{
background-color: #D73330;
}
</style>
border-color css
<style>
span { border-color: #D73330; }
span { border-color: rgb(215,51,48); }
td.TdClassName
{
border-color: #D73330;
}
.TagClassName
{
border-color: #D73330;
}
</style>