Shades of Persian Red #D63A25
Tints of Persian Red #D63A25
RGB
CMYK
RGB Variations
Color information
#D63A25 (or 0xD63A25) is known color: Persian Red. HEX triplet: D6, 3A and 25. RGB value is (214,58,37). Sum of RGB (Red+Green+Blue) = 214+58+37=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A25 is #29C5DA. Grayscale: #666666. Windows color (decimal): -2737627 or 2439894. OLE color: 2439894.
HSL color Cylindrical-coordinate representation of color #D63A25: hue angle of 7.12º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D63A25 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 37 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.16 |
| HSL | 7.12º | 0.71% | 0.49% | - |
| HSV(B) | 7.12º | 0.83% | 0.84% | - |
| XYZ | 29.58 | 17.46 | 3.56 | - |
| YUV | 102.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 37 | 0 | 0.73 | 0.83 | 0.16 | 7.12 | 0.71 | 0.49 |
| Hex | D6 | 3A | 25 | 0 | 49 | 53 | 10 | 7 | 47 | 31 |
| Octal | 326 | 72 | 45 | 0 | 111 | 123 | 20 | 7 | 107 | 61 |
| Binary | 11010110 | 111010 | 100101 | 0 | 1001001 | 1010011 | 10000 | 111 | 1000111 | 110001 |
Color Harmonies of #D63A25
Complementary color
Monochromatic Colors of #D63A25
Black with #D63A25
Text Example
Text Example
White with #D63A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A25; }
p { color: rgb(214,58,37); }
H1.HeaderClassName
{
color: #D63A25;
}
.AnyTagClassName
{
color: #D63A25;
}
</style>
background-color css
<style>
a { background-color: #D63A25; }
a { background-color: rgb(214,58,37); }
div.DivClassName
{
background-color: #D63A25;
}
.BgClassName
{
background-color: #D63A25;
}
</style>
border-color css
<style>
span { border-color: #D63A25; }
span { border-color: rgb(214,58,37); }
td.TdClassName
{
border-color: #D63A25;
}
.TagClassName
{
border-color: #D63A25;
}
</style>