Shades of Persian Red #D73629
Tints of Persian Red #D73629
RGB
CMYK
RGB Variations
Color information
#D73629 (or 0xD73629) is known color: Persian Red. HEX triplet: D7, 36 and 29. RGB value is (215,54,41). Sum of RGB (Red+Green+Blue) = 215+54+41=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D73629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73629 is #28C9D6. Grayscale: #646464. Windows color (decimal): -2673111 or 2701015. OLE color: 2701015.
HSL color Cylindrical-coordinate representation of color #D73629: hue angle of 4.48º 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 #D73629 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 41 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.16 |
| HSL | 4.48º | 0.69% | 0.5% | - |
| HSV(B) | 4.48º | 0.81% | 0.84% | - |
| XYZ | 29.74 | 17.25 | 3.86 | - |
| YUV | 100.66 | 94.34 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 41 | 0 | 0.75 | 0.81 | 0.16 | 4.48 | 0.69 | 0.5 |
| Hex | D7 | 36 | 29 | 0 | 4B | 51 | 10 | 4 | 45 | 32 |
| Octal | 327 | 66 | 51 | 0 | 113 | 121 | 20 | 4 | 105 | 62 |
| Binary | 11010111 | 110110 | 101001 | 0 | 1001011 | 1010001 | 10000 | 100 | 1000101 | 110010 |
Color Harmonies of #D73629
Complementary color
Monochromatic Colors of #D73629
Black with #D73629
Text Example
Text Example
White with #D73629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73629; }
p { color: rgb(215,54,41); }
H1.HeaderClassName
{
color: #D73629;
}
.AnyTagClassName
{
color: #D73629;
}
</style>
background-color css
<style>
a { background-color: #D73629; }
a { background-color: rgb(215,54,41); }
div.DivClassName
{
background-color: #D73629;
}
.BgClassName
{
background-color: #D73629;
}
</style>
border-color css
<style>
span { border-color: #D73629; }
span { border-color: rgb(215,54,41); }
td.TdClassName
{
border-color: #D73629;
}
.TagClassName
{
border-color: #D73629;
}
</style>