Shades of Persian Red #D63A36
Tints of Persian Red #D63A36
RGB
CMYK
RGB Variations
Color information
#D63A36 (or 0xD63A36) is known color: Persian Red. HEX triplet: D6, 3A and 36. RGB value is (214,58,54). Sum of RGB (Red+Green+Blue) = 214+58+54=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A36 is #29C5C9. Grayscale: #686868. Windows color (decimal): -2737610 or 3554006. OLE color: 3554006.
HSL color Cylindrical-coordinate representation of color #D63A36: hue angle of 1.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63A36 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 54 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.16 |
| HSL | 1.5º | 0.66% | 0.53% | - |
| HSV(B) | 1.5º | 0.75% | 0.84% | - |
| XYZ | 29.91 | 17.59 | 5.31 | - |
| YUV | 104.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 54 | 0 | 0.73 | 0.75 | 0.16 | 1.5 | 0.66 | 0.53 |
| Hex | D6 | 3A | 36 | 0 | 49 | 4B | 10 | 2 | 42 | 35 |
| Octal | 326 | 72 | 66 | 0 | 111 | 113 | 20 | 2 | 102 | 65 |
| Binary | 11010110 | 111010 | 110110 | 0 | 1001001 | 1001011 | 10000 | 10 | 1000010 | 110101 |
Color Harmonies of #D63A36
Complementary color
Monochromatic Colors of #D63A36
Black with #D63A36
Text Example
Text Example
White with #D63A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A36; }
p { color: rgb(214,58,54); }
H1.HeaderClassName
{
color: #D63A36;
}
.AnyTagClassName
{
color: #D63A36;
}
</style>
background-color css
<style>
a { background-color: #D63A36; }
a { background-color: rgb(214,58,54); }
div.DivClassName
{
background-color: #D63A36;
}
.BgClassName
{
background-color: #D63A36;
}
</style>
border-color css
<style>
span { border-color: #D63A36; }
span { border-color: rgb(214,58,54); }
td.TdClassName
{
border-color: #D63A36;
}
.TagClassName
{
border-color: #D63A36;
}
</style>