Shades of Persian Red #D63929
Tints of Persian Red #D63929
RGB
CMYK
RGB Variations
Color information
#D63929 (or 0xD63929) is known color: Persian Red. HEX triplet: D6, 39 and 29. RGB value is (214,57,41). Sum of RGB (Red+Green+Blue) = 214+57+41=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D63929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63929 is #29C6D6. Grayscale: #666666. Windows color (decimal): -2737879 or 2701782. OLE color: 2701782.
HSL color Cylindrical-coordinate representation of color #D63929: hue angle of 5.55º 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 #D63929 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 41 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.16 |
| HSL | 5.55º | 0.68% | 0.5% | - |
| HSV(B) | 5.55º | 0.81% | 0.84% | - |
| XYZ | 29.59 | 17.38 | 3.89 | - |
| YUV | 102.12 | 93.51 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 41 | 0 | 0.73 | 0.81 | 0.16 | 5.55 | 0.68 | 0.5 |
| Hex | D6 | 39 | 29 | 0 | 49 | 51 | 10 | 6 | 44 | 32 |
| Octal | 326 | 71 | 51 | 0 | 111 | 121 | 20 | 6 | 104 | 62 |
| Binary | 11010110 | 111001 | 101001 | 0 | 1001001 | 1010001 | 10000 | 110 | 1000100 | 110010 |
Color Harmonies of #D63929
Complementary color
Monochromatic Colors of #D63929
Black with #D63929
Text Example
Text Example
White with #D63929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63929; }
p { color: rgb(214,57,41); }
H1.HeaderClassName
{
color: #D63929;
}
.AnyTagClassName
{
color: #D63929;
}
</style>
background-color css
<style>
a { background-color: #D63929; }
a { background-color: rgb(214,57,41); }
div.DivClassName
{
background-color: #D63929;
}
.BgClassName
{
background-color: #D63929;
}
</style>
border-color css
<style>
span { border-color: #D63929; }
span { border-color: rgb(214,57,41); }
td.TdClassName
{
border-color: #D63929;
}
.TagClassName
{
border-color: #D63929;
}
</style>