Shades of Cinnabar #D63E3B
Tints of Cinnabar #D63E3B
RGB
CMYK
RGB Variations
Color information
#D63E3B (or 0xD63E3B) is known color: Cinnabar. HEX triplet: D6, 3E and 3B. RGB value is (214,62,59). Sum of RGB (Red+Green+Blue) = 214+62+59=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E3B is #29C1C4. Grayscale: #6B6B6B. Windows color (decimal): -2736581 or 3882710. OLE color: 3882710.
HSL color Cylindrical-coordinate representation of color #D63E3B: hue angle of 1.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63E3B is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 59 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.16 |
| HSL | 1.16º | 0.65% | 0.54% | - |
| HSV(B) | 1.16º | 0.72% | 0.84% | - |
| XYZ | 30.24 | 18.06 | 6.03 | - |
| YUV | 107.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 59 | 0 | 0.71 | 0.72 | 0.16 | 1.16 | 0.65 | 0.54 |
| Hex | D6 | 3E | 3B | 0 | 47 | 48 | 10 | 1 | 41 | 36 |
| Octal | 326 | 76 | 73 | 0 | 107 | 110 | 20 | 1 | 101 | 66 |
| Binary | 11010110 | 111110 | 111011 | 0 | 1000111 | 1001000 | 10000 | 1 | 1000001 | 110110 |
Color Harmonies of #D63E3B
Complementary color
Monochromatic Colors of #D63E3B
Black with #D63E3B
Text Example
Text Example
White with #D63E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E3B; }
p { color: rgb(214,62,59); }
H1.HeaderClassName
{
color: #D63E3B;
}
.AnyTagClassName
{
color: #D63E3B;
}
</style>
background-color css
<style>
a { background-color: #D63E3B; }
a { background-color: rgb(214,62,59); }
div.DivClassName
{
background-color: #D63E3B;
}
.BgClassName
{
background-color: #D63E3B;
}
</style>
border-color css
<style>
span { border-color: #D63E3B; }
span { border-color: rgb(214,62,59); }
td.TdClassName
{
border-color: #D63E3B;
}
.TagClassName
{
border-color: #D63E3B;
}
</style>