Shades of Persian Red #D63A27
Tints of Persian Red #D63A27
RGB
CMYK
RGB Variations
Color information
#D63A27 (or 0xD63A27) is known color: Persian Red. HEX triplet: D6, 3A and 27. RGB value is (214,58,39). Sum of RGB (Red+Green+Blue) = 214+58+39=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A27 is #29C5D8. Grayscale: #666666. Windows color (decimal): -2737625 or 2570966. OLE color: 2570966.
HSL color Cylindrical-coordinate representation of color #D63A27: hue angle of 6.51º 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 #D63A27 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 39 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.16 |
| HSL | 6.51º | 0.69% | 0.5% | - |
| HSV(B) | 6.51º | 0.82% | 0.84% | - |
| XYZ | 29.61 | 17.47 | 3.73 | - |
| YUV | 102.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 39 | 0 | 0.73 | 0.82 | 0.16 | 6.51 | 0.69 | 0.5 |
| Hex | D6 | 3A | 27 | 0 | 49 | 52 | 10 | 7 | 45 | 32 |
| Octal | 326 | 72 | 47 | 0 | 111 | 122 | 20 | 7 | 105 | 62 |
| Binary | 11010110 | 111010 | 100111 | 0 | 1001001 | 1010010 | 10000 | 111 | 1000101 | 110010 |
Color Harmonies of #D63A27
Complementary color
Monochromatic Colors of #D63A27
Black with #D63A27
Text Example
Text Example
White with #D63A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A27; }
p { color: rgb(214,58,39); }
H1.HeaderClassName
{
color: #D63A27;
}
.AnyTagClassName
{
color: #D63A27;
}
</style>
background-color css
<style>
a { background-color: #D63A27; }
a { background-color: rgb(214,58,39); }
div.DivClassName
{
background-color: #D63A27;
}
.BgClassName
{
background-color: #D63A27;
}
</style>
border-color css
<style>
span { border-color: #D63A27; }
span { border-color: rgb(214,58,39); }
td.TdClassName
{
border-color: #D63A27;
}
.TagClassName
{
border-color: #D63A27;
}
</style>