Shades of Cinnabar #D63C2D
Tints of Cinnabar #D63C2D
RGB
CMYK
RGB Variations
Color information
#D63C2D (or 0xD63C2D) is known color: Cinnabar. HEX triplet: D6, 3C and 2D. RGB value is (214,60,45). Sum of RGB (Red+Green+Blue) = 214+60+45=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C2D is #29C3D2. Grayscale: #686868. Windows color (decimal): -2737107 or 2964694. OLE color: 2964694.
HSL color Cylindrical-coordinate representation of color #D63C2D: hue angle of 5.33º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D63C2D is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 45 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.16 |
| HSL | 5.33º | 0.67% | 0.51% | - |
| HSV(B) | 5.33º | 0.79% | 0.84% | - |
| XYZ | 29.82 | 17.72 | 4.33 | - |
| YUV | 104.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 45 | 0 | 0.72 | 0.79 | 0.16 | 5.33 | 0.67 | 0.51 |
| Hex | D6 | 3C | 2D | 0 | 48 | 4F | 10 | 5 | 43 | 33 |
| Octal | 326 | 74 | 55 | 0 | 110 | 117 | 20 | 5 | 103 | 63 |
| Binary | 11010110 | 111100 | 101101 | 0 | 1001000 | 1001111 | 10000 | 101 | 1000011 | 110011 |
Color Harmonies of #D63C2D
Complementary color
Monochromatic Colors of #D63C2D
Black with #D63C2D
Text Example
Text Example
White with #D63C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C2D; }
p { color: rgb(214,60,45); }
H1.HeaderClassName
{
color: #D63C2D;
}
.AnyTagClassName
{
color: #D63C2D;
}
</style>
background-color css
<style>
a { background-color: #D63C2D; }
a { background-color: rgb(214,60,45); }
div.DivClassName
{
background-color: #D63C2D;
}
.BgClassName
{
background-color: #D63C2D;
}
</style>
border-color css
<style>
span { border-color: #D63C2D; }
span { border-color: rgb(214,60,45); }
td.TdClassName
{
border-color: #D63C2D;
}
.TagClassName
{
border-color: #D63C2D;
}
</style>