Shades of Persian Red #D63529
Tints of Persian Red #D63529
RGB
CMYK
RGB Variations
Color information
#D63529 (or 0xD63529) is known color: Persian Red. HEX triplet: D6, 35 and 29. RGB value is (214,53,41). Sum of RGB (Red+Green+Blue) = 214+53+41=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D63529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63529 is #29CAD6. Grayscale: #636363. Windows color (decimal): -2738903 or 2700758. OLE color: 2700758.
HSL color Cylindrical-coordinate representation of color #D63529: hue angle of 4.16º degrees, saturation: 0.68, 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 #D63529 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 41 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.16 |
| HSL | 4.16º | 0.68% | 0.5% | - |
| HSV(B) | 4.16º | 0.81% | 0.84% | - |
| XYZ | 29.4 | 17 | 3.83 | - |
| YUV | 99.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 41 | 0 | 0.75 | 0.81 | 0.16 | 4.16 | 0.68 | 0.5 |
| Hex | D6 | 35 | 29 | 0 | 4B | 51 | 10 | 4 | 44 | 32 |
| Octal | 326 | 65 | 51 | 0 | 113 | 121 | 20 | 4 | 104 | 62 |
| Binary | 11010110 | 110101 | 101001 | 0 | 1001011 | 1010001 | 10000 | 100 | 1000100 | 110010 |
Color Harmonies of #D63529
Complementary color
Monochromatic Colors of #D63529
Black with #D63529
Text Example
Text Example
White with #D63529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63529; }
p { color: rgb(214,53,41); }
H1.HeaderClassName
{
color: #D63529;
}
.AnyTagClassName
{
color: #D63529;
}
</style>
background-color css
<style>
a { background-color: #D63529; }
a { background-color: rgb(214,53,41); }
div.DivClassName
{
background-color: #D63529;
}
.BgClassName
{
background-color: #D63529;
}
</style>
border-color css
<style>
span { border-color: #D63529; }
span { border-color: rgb(214,53,41); }
td.TdClassName
{
border-color: #D63529;
}
.TagClassName
{
border-color: #D63529;
}
</style>