Shades of Cinnabar #D63F2B
Tints of Cinnabar #D63F2B
RGB
CMYK
RGB Variations
Color information
#D63F2B (or 0xD63F2B) is known color: Cinnabar. HEX triplet: D6, 3F and 2B. RGB value is (214,63,43). Sum of RGB (Red+Green+Blue) = 214+63+43=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F2B is #29C0D4. Grayscale: #6A6A6A. Windows color (decimal): -2736341 or 2834390. OLE color: 2834390.
HSL color Cylindrical-coordinate representation of color #D63F2B: hue angle of 7.02º 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 #D63F2B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 43 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.16 |
| HSL | 7.02º | 0.68% | 0.5% | - |
| HSV(B) | 7.02º | 0.8% | 0.84% | - |
| XYZ | 29.95 | 18.03 | 4.19 | - |
| YUV | 105.87 | 92.53 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 43 | 0 | 0.71 | 0.80 | 0.16 | 7.02 | 0.68 | 0.5 |
| Hex | D6 | 3F | 2B | 0 | 47 | 50 | 10 | 7 | 44 | 32 |
| Octal | 326 | 77 | 53 | 0 | 107 | 120 | 20 | 7 | 104 | 62 |
| Binary | 11010110 | 111111 | 101011 | 0 | 1000111 | 1010000 | 10000 | 111 | 1000100 | 110010 |
Color Harmonies of #D63F2B
Complementary color
Monochromatic Colors of #D63F2B
Black with #D63F2B
Text Example
Text Example
White with #D63F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F2B; }
p { color: rgb(214,63,43); }
H1.HeaderClassName
{
color: #D63F2B;
}
.AnyTagClassName
{
color: #D63F2B;
}
</style>
background-color css
<style>
a { background-color: #D63F2B; }
a { background-color: rgb(214,63,43); }
div.DivClassName
{
background-color: #D63F2B;
}
.BgClassName
{
background-color: #D63F2B;
}
</style>
border-color css
<style>
span { border-color: #D63F2B; }
span { border-color: rgb(214,63,43); }
td.TdClassName
{
border-color: #D63F2B;
}
.TagClassName
{
border-color: #D63F2B;
}
</style>