Shades of Cinnabar #D63F3B
Tints of Cinnabar #D63F3B
RGB
CMYK
RGB Variations
Color information
#D63F3B (or 0xD63F3B) is known color: Cinnabar. HEX triplet: D6, 3F and 3B. RGB value is (214,63,59). Sum of RGB (Red+Green+Blue) = 214+63+59=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F3B is #29C0C4. Grayscale: #6B6B6B. Windows color (decimal): -2736325 or 3882966. OLE color: 3882966.
HSL color Cylindrical-coordinate representation of color #D63F3B: hue angle of 1.55º 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 #D63F3B is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 59 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.16 |
| HSL | 1.55º | 0.65% | 0.54% | - |
| HSV(B) | 1.55º | 0.72% | 0.84% | - |
| XYZ | 30.3 | 18.17 | 6.05 | - |
| YUV | 107.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 59 | 0 | 0.71 | 0.72 | 0.16 | 1.55 | 0.65 | 0.54 |
| Hex | D6 | 3F | 3B | 0 | 47 | 48 | 10 | 2 | 41 | 36 |
| Octal | 326 | 77 | 73 | 0 | 107 | 110 | 20 | 2 | 101 | 66 |
| Binary | 11010110 | 111111 | 111011 | 0 | 1000111 | 1001000 | 10000 | 10 | 1000001 | 110110 |
Color Harmonies of #D63F3B
Complementary color
Monochromatic Colors of #D63F3B
Black with #D63F3B
Text Example
Text Example
White with #D63F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F3B; }
p { color: rgb(214,63,59); }
H1.HeaderClassName
{
color: #D63F3B;
}
.AnyTagClassName
{
color: #D63F3B;
}
</style>
background-color css
<style>
a { background-color: #D63F3B; }
a { background-color: rgb(214,63,59); }
div.DivClassName
{
background-color: #D63F3B;
}
.BgClassName
{
background-color: #D63F3B;
}
</style>
border-color css
<style>
span { border-color: #D63F3B; }
span { border-color: rgb(214,63,59); }
td.TdClassName
{
border-color: #D63F3B;
}
.TagClassName
{
border-color: #D63F3B;
}
</style>