Shades of Persian Red #D63937
Tints of Persian Red #D63937
RGB
CMYK
RGB Variations
Color information
#D63937 (or 0xD63937) is known color: Persian Red. HEX triplet: D6, 39 and 37. RGB value is (214,57,55). Sum of RGB (Red+Green+Blue) = 214+57+55=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D63937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63937 is #29C6C8. Grayscale: #676767. Windows color (decimal): -2737865 or 3619286. OLE color: 3619286.
HSL color Cylindrical-coordinate representation of color #D63937: hue angle of 0.75º 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 #D63937 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 55 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.16 |
| HSL | 0.75º | 0.66% | 0.53% | - |
| HSV(B) | 0.75º | 0.74% | 0.84% | - |
| XYZ | 29.88 | 17.5 | 5.42 | - |
| YUV | 103.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 55 | 0 | 0.73 | 0.74 | 0.16 | 0.75 | 0.66 | 0.53 |
| Hex | D6 | 39 | 37 | 0 | 49 | 4A | 10 | 1 | 42 | 35 |
| Octal | 326 | 71 | 67 | 0 | 111 | 112 | 20 | 1 | 102 | 65 |
| Binary | 11010110 | 111001 | 110111 | 0 | 1001001 | 1001010 | 10000 | 1 | 1000010 | 110101 |
Color Harmonies of #D63937
Complementary color
Monochromatic Colors of #D63937
Black with #D63937
Text Example
Text Example
White with #D63937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63937; }
p { color: rgb(214,57,55); }
H1.HeaderClassName
{
color: #D63937;
}
.AnyTagClassName
{
color: #D63937;
}
</style>
background-color css
<style>
a { background-color: #D63937; }
a { background-color: rgb(214,57,55); }
div.DivClassName
{
background-color: #D63937;
}
.BgClassName
{
background-color: #D63937;
}
</style>
border-color css
<style>
span { border-color: #D63937; }
span { border-color: rgb(214,57,55); }
td.TdClassName
{
border-color: #D63937;
}
.TagClassName
{
border-color: #D63937;
}
</style>