Shades of Persian Red #D73834
Tints of Persian Red #D73834
RGB
CMYK
RGB Variations
Color information
#D73834 (or 0xD73834) is known color: Persian Red. HEX triplet: D7, 38 and 34. RGB value is (215,56,52). Sum of RGB (Red+Green+Blue) = 215+56+52=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D73834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73834 is #28C7CB. Grayscale: #676767. Windows color (decimal): -2672588 or 3422423. OLE color: 3422423.
HSL color Cylindrical-coordinate representation of color #D73834: hue angle of 1.47º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73834 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 52 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.16 |
| HSL | 1.47º | 0.67% | 0.52% | - |
| HSV(B) | 1.47º | 0.76% | 0.84% | - |
| XYZ | 30.06 | 17.52 | 5.05 | - |
| YUV | 103.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 52 | 0 | 0.74 | 0.76 | 0.16 | 1.47 | 0.67 | 0.52 |
| Hex | D7 | 38 | 34 | 0 | 4A | 4C | 10 | 1 | 43 | 34 |
| Octal | 327 | 70 | 64 | 0 | 112 | 114 | 20 | 1 | 103 | 64 |
| Binary | 11010111 | 111000 | 110100 | 0 | 1001010 | 1001100 | 10000 | 1 | 1000011 | 110100 |
Color Harmonies of #D73834
Complementary color
Monochromatic Colors of #D73834
Black with #D73834
Text Example
Text Example
White with #D73834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73834; }
p { color: rgb(215,56,52); }
H1.HeaderClassName
{
color: #D73834;
}
.AnyTagClassName
{
color: #D73834;
}
</style>
background-color css
<style>
a { background-color: #D73834; }
a { background-color: rgb(215,56,52); }
div.DivClassName
{
background-color: #D73834;
}
.BgClassName
{
background-color: #D73834;
}
</style>
border-color css
<style>
span { border-color: #D73834; }
span { border-color: rgb(215,56,52); }
td.TdClassName
{
border-color: #D73834;
}
.TagClassName
{
border-color: #D73834;
}
</style>