Shades of Cinnabar #D63F3A
Tints of Cinnabar #D63F3A
RGB
CMYK
RGB Variations
Color information
#D63F3A (or 0xD63F3A) is known color: Cinnabar. HEX triplet: D6, 3F and 3A. RGB value is (214,63,58). Sum of RGB (Red+Green+Blue) = 214+63+58=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F3A is #29C0C5. Grayscale: #6B6B6B. Windows color (decimal): -2736326 or 3817430. OLE color: 3817430.
HSL color Cylindrical-coordinate representation of color #D63F3A: hue angle of 1.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63F3A is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 58 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.16 |
| HSL | 1.92º | 0.66% | 0.53% | - |
| HSV(B) | 1.92º | 0.73% | 0.84% | - |
| XYZ | 30.27 | 18.16 | 5.91 | - |
| YUV | 107.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 58 | 0 | 0.71 | 0.73 | 0.16 | 1.92 | 0.66 | 0.53 |
| Hex | D6 | 3F | 3A | 0 | 47 | 49 | 10 | 2 | 42 | 35 |
| Octal | 326 | 77 | 72 | 0 | 107 | 111 | 20 | 2 | 102 | 65 |
| Binary | 11010110 | 111111 | 111010 | 0 | 1000111 | 1001001 | 10000 | 10 | 1000010 | 110101 |
Color Harmonies of #D63F3A
Complementary color
Monochromatic Colors of #D63F3A
Black with #D63F3A
Text Example
Text Example
White with #D63F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F3A; }
p { color: rgb(214,63,58); }
H1.HeaderClassName
{
color: #D63F3A;
}
.AnyTagClassName
{
color: #D63F3A;
}
</style>
background-color css
<style>
a { background-color: #D63F3A; }
a { background-color: rgb(214,63,58); }
div.DivClassName
{
background-color: #D63F3A;
}
.BgClassName
{
background-color: #D63F3A;
}
</style>
border-color css
<style>
span { border-color: #D63F3A; }
span { border-color: rgb(214,63,58); }
td.TdClassName
{
border-color: #D63F3A;
}
.TagClassName
{
border-color: #D63F3A;
}
</style>