Shades of Persian Red #D63924
Tints of Persian Red #D63924
RGB
CMYK
RGB Variations
Color information
#D63924 (or 0xD63924) is known color: Persian Red. HEX triplet: D6, 39 and 24. RGB value is (214,57,36). Sum of RGB (Red+Green+Blue) = 214+57+36=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D63924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63924 is #29C6DB. Grayscale: #656565. Windows color (decimal): -2737884 or 2374102. OLE color: 2374102.
HSL color Cylindrical-coordinate representation of color #D63924: hue angle of 7.08º 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 #D63924 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 36 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.16 |
| HSL | 7.08º | 0.71% | 0.49% | - |
| HSV(B) | 7.08º | 0.83% | 0.84% | - |
| XYZ | 29.51 | 17.35 | 3.46 | - |
| YUV | 101.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 36 | 0 | 0.73 | 0.83 | 0.16 | 7.08 | 0.71 | 0.49 |
| Hex | D6 | 39 | 24 | 0 | 49 | 53 | 10 | 7 | 47 | 31 |
| Octal | 326 | 71 | 44 | 0 | 111 | 123 | 20 | 7 | 107 | 61 |
| Binary | 11010110 | 111001 | 100100 | 0 | 1001001 | 1010011 | 10000 | 111 | 1000111 | 110001 |
Color Harmonies of #D63924
Complementary color
Monochromatic Colors of #D63924
Black with #D63924
Text Example
Text Example
White with #D63924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63924; }
p { color: rgb(214,57,36); }
H1.HeaderClassName
{
color: #D63924;
}
.AnyTagClassName
{
color: #D63924;
}
</style>
background-color css
<style>
a { background-color: #D63924; }
a { background-color: rgb(214,57,36); }
div.DivClassName
{
background-color: #D63924;
}
.BgClassName
{
background-color: #D63924;
}
</style>
border-color css
<style>
span { border-color: #D63924; }
span { border-color: rgb(214,57,36); }
td.TdClassName
{
border-color: #D63924;
}
.TagClassName
{
border-color: #D63924;
}
</style>