Shades of Persian Red #D63927
Tints of Persian Red #D63927
RGB
CMYK
RGB Variations
Color information
#D63927 (or 0xD63927) is known color: Persian Red. HEX triplet: D6, 39 and 27. RGB value is (214,57,39). Sum of RGB (Red+Green+Blue) = 214+57+39=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D63927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63927 is #29C6D8. Grayscale: #666666. Windows color (decimal): -2737881 or 2570710. OLE color: 2570710.
HSL color Cylindrical-coordinate representation of color #D63927: hue angle of 6.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D63927 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 39 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.16 |
| HSL | 6.17º | 0.69% | 0.5% | - |
| HSV(B) | 6.17º | 0.82% | 0.84% | - |
| XYZ | 29.56 | 17.37 | 3.71 | - |
| YUV | 101.89 | 92.51 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 39 | 0 | 0.73 | 0.82 | 0.16 | 6.17 | 0.69 | 0.5 |
| Hex | D6 | 39 | 27 | 0 | 49 | 52 | 10 | 6 | 45 | 32 |
| Octal | 326 | 71 | 47 | 0 | 111 | 122 | 20 | 6 | 105 | 62 |
| Binary | 11010110 | 111001 | 100111 | 0 | 1001001 | 1010010 | 10000 | 110 | 1000101 | 110010 |
Color Harmonies of #D63927
Complementary color
Monochromatic Colors of #D63927
Black with #D63927
Text Example
Text Example
White with #D63927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63927; }
p { color: rgb(214,57,39); }
H1.HeaderClassName
{
color: #D63927;
}
.AnyTagClassName
{
color: #D63927;
}
</style>
background-color css
<style>
a { background-color: #D63927; }
a { background-color: rgb(214,57,39); }
div.DivClassName
{
background-color: #D63927;
}
.BgClassName
{
background-color: #D63927;
}
</style>
border-color css
<style>
span { border-color: #D63927; }
span { border-color: rgb(214,57,39); }
td.TdClassName
{
border-color: #D63927;
}
.TagClassName
{
border-color: #D63927;
}
</style>