Shades of Cinnabar #D63F3D
Tints of Cinnabar #D63F3D
RGB
CMYK
RGB Variations
Color information
#D63F3D (or 0xD63F3D) is known color: Cinnabar. HEX triplet: D6, 3F and 3D. RGB value is (214,63,61). Sum of RGB (Red+Green+Blue) = 214+63+61=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F3D is #29C0C2. Grayscale: #6C6C6C. Windows color (decimal): -2736323 or 4014038. OLE color: 4014038.
HSL color Cylindrical-coordinate representation of color #D63F3D: hue angle of 0.78º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F3D is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 61 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.16 |
| HSL | 0.78º | 0.65% | 0.54% | - |
| HSV(B) | 0.78º | 0.71% | 0.84% | - |
| XYZ | 30.35 | 18.19 | 6.33 | - |
| YUV | 107.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 61 | 0 | 0.71 | 0.71 | 0.16 | 0.78 | 0.65 | 0.54 |
| Hex | D6 | 3F | 3D | 0 | 47 | 47 | 10 | 1 | 41 | 36 |
| Octal | 326 | 77 | 75 | 0 | 107 | 107 | 20 | 1 | 101 | 66 |
| Binary | 11010110 | 111111 | 111101 | 0 | 1000111 | 1000111 | 10000 | 1 | 1000001 | 110110 |
Color Harmonies of #D63F3D
Complementary color
Monochromatic Colors of #D63F3D
Black with #D63F3D
Text Example
Text Example
White with #D63F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F3D; }
p { color: rgb(214,63,61); }
H1.HeaderClassName
{
color: #D63F3D;
}
.AnyTagClassName
{
color: #D63F3D;
}
</style>
background-color css
<style>
a { background-color: #D63F3D; }
a { background-color: rgb(214,63,61); }
div.DivClassName
{
background-color: #D63F3D;
}
.BgClassName
{
background-color: #D63F3D;
}
</style>
border-color css
<style>
span { border-color: #D63F3D; }
span { border-color: rgb(214,63,61); }
td.TdClassName
{
border-color: #D63F3D;
}
.TagClassName
{
border-color: #D63F3D;
}
</style>