Shades of Persian Red #D63B37
Tints of Persian Red #D63B37
RGB
CMYK
RGB Variations
Color information
#D63B37 (or 0xD63B37) is known color: Persian Red. HEX triplet: D6, 3B and 37. RGB value is (214,59,55). Sum of RGB (Red+Green+Blue) = 214+59+55=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63B37 is #29C4C8. Grayscale: #696969. Windows color (decimal): -2737353 or 3619798. OLE color: 3619798.
HSL color Cylindrical-coordinate representation of color #D63B37: hue angle of 1.51º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63B37 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 55 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.16 |
| HSL | 1.51º | 0.66% | 0.53% | - |
| HSV(B) | 1.51º | 0.74% | 0.84% | - |
| XYZ | 29.99 | 17.7 | 5.45 | - |
| YUV | 104.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 55 | 0 | 0.72 | 0.74 | 0.16 | 1.51 | 0.66 | 0.53 |
| Hex | D6 | 3B | 37 | 0 | 48 | 4A | 10 | 2 | 42 | 35 |
| Octal | 326 | 73 | 67 | 0 | 110 | 112 | 20 | 2 | 102 | 65 |
| Binary | 11010110 | 111011 | 110111 | 0 | 1001000 | 1001010 | 10000 | 10 | 1000010 | 110101 |
Color Harmonies of #D63B37
Complementary color
Monochromatic Colors of #D63B37
Black with #D63B37
Text Example
Text Example
White with #D63B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B37; }
p { color: rgb(214,59,55); }
H1.HeaderClassName
{
color: #D63B37;
}
.AnyTagClassName
{
color: #D63B37;
}
</style>
background-color css
<style>
a { background-color: #D63B37; }
a { background-color: rgb(214,59,55); }
div.DivClassName
{
background-color: #D63B37;
}
.BgClassName
{
background-color: #D63B37;
}
</style>
border-color css
<style>
span { border-color: #D63B37; }
span { border-color: rgb(214,59,55); }
td.TdClassName
{
border-color: #D63B37;
}
.TagClassName
{
border-color: #D63B37;
}
</style>