Shades of Cinnabar #D63E2B
Tints of Cinnabar #D63E2B
RGB
CMYK
RGB Variations
Color information
#D63E2B (or 0xD63E2B) is known color: Cinnabar. HEX triplet: D6, 3E and 2B. RGB value is (214,62,43). Sum of RGB (Red+Green+Blue) = 214+62+43=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E2B is #29C1D4. Grayscale: #696969. Windows color (decimal): -2736597 or 2834134. OLE color: 2834134.
HSL color Cylindrical-coordinate representation of color #D63E2B: hue angle of 6.67º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D63E2B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 43 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.16 |
| HSL | 6.67º | 0.68% | 0.5% | - |
| HSV(B) | 6.67º | 0.8% | 0.84% | - |
| XYZ | 29.89 | 17.92 | 4.17 | - |
| YUV | 105.28 | 92.86 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 43 | 0 | 0.71 | 0.80 | 0.16 | 6.67 | 0.68 | 0.5 |
| Hex | D6 | 3E | 2B | 0 | 47 | 50 | 10 | 7 | 44 | 32 |
| Octal | 326 | 76 | 53 | 0 | 107 | 120 | 20 | 7 | 104 | 62 |
| Binary | 11010110 | 111110 | 101011 | 0 | 1000111 | 1010000 | 10000 | 111 | 1000100 | 110010 |
Color Harmonies of #D63E2B
Complementary color
Monochromatic Colors of #D63E2B
Black with #D63E2B
Text Example
Text Example
White with #D63E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E2B; }
p { color: rgb(214,62,43); }
H1.HeaderClassName
{
color: #D63E2B;
}
.AnyTagClassName
{
color: #D63E2B;
}
</style>
background-color css
<style>
a { background-color: #D63E2B; }
a { background-color: rgb(214,62,43); }
div.DivClassName
{
background-color: #D63E2B;
}
.BgClassName
{
background-color: #D63E2B;
}
</style>
border-color css
<style>
span { border-color: #D63E2B; }
span { border-color: rgb(214,62,43); }
td.TdClassName
{
border-color: #D63E2B;
}
.TagClassName
{
border-color: #D63E2B;
}
</style>