Shades of Persian Red #D73322
Tints of Persian Red #D73322
RGB
CMYK
RGB Variations
Color information
#D73322 (or 0xD73322) is known color: Persian Red. HEX triplet: D7, 33 and 22. RGB value is (215,51,34). Sum of RGB (Red+Green+Blue) = 215+51+34=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D73322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73322 is #28CCDD. Grayscale: #626262. Windows color (decimal): -2673886 or 2241495. OLE color: 2241495.
HSL color Cylindrical-coordinate representation of color #D73322: hue angle of 5.64º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D73322 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 34 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.16 |
| HSL | 5.64º | 0.73% | 0.49% | - |
| HSV(B) | 5.64º | 0.84% | 0.84% | - |
| XYZ | 29.5 | 16.93 | 3.23 | - |
| YUV | 98.1 | 91.83 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 34 | 0 | 0.76 | 0.84 | 0.16 | 5.64 | 0.73 | 0.49 |
| Hex | D7 | 33 | 22 | 0 | 4C | 54 | 10 | 6 | 49 | 31 |
| Octal | 327 | 63 | 42 | 0 | 114 | 124 | 20 | 6 | 111 | 61 |
| Binary | 11010111 | 110011 | 100010 | 0 | 1001100 | 1010100 | 10000 | 110 | 1001001 | 110001 |
Color Harmonies of #D73322
Complementary color
Monochromatic Colors of #D73322
Black with #D73322
Text Example
Text Example
White with #D73322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73322; }
p { color: rgb(215,51,34); }
H1.HeaderClassName
{
color: #D73322;
}
.AnyTagClassName
{
color: #D73322;
}
</style>
background-color css
<style>
a { background-color: #D73322; }
a { background-color: rgb(215,51,34); }
div.DivClassName
{
background-color: #D73322;
}
.BgClassName
{
background-color: #D73322;
}
</style>
border-color css
<style>
span { border-color: #D73322; }
span { border-color: rgb(215,51,34); }
td.TdClassName
{
border-color: #D73322;
}
.TagClassName
{
border-color: #D73322;
}
</style>