Shades of Persian Red #D73228
Tints of Persian Red #D73228
RGB
CMYK
RGB Variations
Color information
#D73228 (or 0xD73228) is known color: Persian Red. HEX triplet: D7, 32 and 28. RGB value is (215,50,40). Sum of RGB (Red+Green+Blue) = 215+50+40=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D73228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73228 is #28CDD7. Grayscale: #626262. Windows color (decimal): -2674136 or 2634455. OLE color: 2634455.
HSL color Cylindrical-coordinate representation of color #D73228: hue angle of 3.43º 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 #D73228 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 40 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.16 |
| HSL | 3.43º | 0.69% | 0.5% | - |
| HSV(B) | 3.43º | 0.81% | 0.84% | - |
| XYZ | 29.55 | 16.88 | 3.71 | - |
| YUV | 98.2 | 95.16 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 40 | 0 | 0.77 | 0.81 | 0.16 | 3.43 | 0.69 | 0.5 |
| Hex | D7 | 32 | 28 | 0 | 4D | 51 | 10 | 3 | 45 | 32 |
| Octal | 327 | 62 | 50 | 0 | 115 | 121 | 20 | 3 | 105 | 62 |
| Binary | 11010111 | 110010 | 101000 | 0 | 1001101 | 1010001 | 10000 | 11 | 1000101 | 110010 |
Color Harmonies of #D73228
Complementary color
Monochromatic Colors of #D73228
Black with #D73228
Text Example
Text Example
White with #D73228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73228; }
p { color: rgb(215,50,40); }
H1.HeaderClassName
{
color: #D73228;
}
.AnyTagClassName
{
color: #D73228;
}
</style>
background-color css
<style>
a { background-color: #D73228; }
a { background-color: rgb(215,50,40); }
div.DivClassName
{
background-color: #D73228;
}
.BgClassName
{
background-color: #D73228;
}
</style>
border-color css
<style>
span { border-color: #D73228; }
span { border-color: rgb(215,50,40); }
td.TdClassName
{
border-color: #D73228;
}
.TagClassName
{
border-color: #D73228;
}
</style>