Shades of Cinnabar #D63D2C
Tints of Cinnabar #D63D2C
RGB
CMYK
RGB Variations
Color information
#D63D2C (or 0xD63D2C) is known color: Cinnabar. HEX triplet: D6, 3D and 2C. RGB value is (214,61,44). Sum of RGB (Red+Green+Blue) = 214+61+44=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D2C is #29C2D3. Grayscale: #696969. Windows color (decimal): -2736852 or 2899414. OLE color: 2899414.
HSL color Cylindrical-coordinate representation of color #D63D2C: hue angle of 6º 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 #D63D2C is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 44 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.16 |
| HSL | 6º | 0.67% | 0.51% | - |
| HSV(B) | 6º | 0.79% | 0.84% | - |
| XYZ | 29.85 | 17.82 | 4.25 | - |
| YUV | 104.81 | 93.69 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 44 | 0 | 0.71 | 0.79 | 0.16 | 6 | 0.67 | 0.51 |
| Hex | D6 | 3D | 2C | 0 | 47 | 4F | 10 | 6 | 43 | 33 |
| Octal | 326 | 75 | 54 | 0 | 107 | 117 | 20 | 6 | 103 | 63 |
| Binary | 11010110 | 111101 | 101100 | 0 | 1000111 | 1001111 | 10000 | 110 | 1000011 | 110011 |
Color Harmonies of #D63D2C
Complementary color
Monochromatic Colors of #D63D2C
Black with #D63D2C
Text Example
Text Example
White with #D63D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D2C; }
p { color: rgb(214,61,44); }
H1.HeaderClassName
{
color: #D63D2C;
}
.AnyTagClassName
{
color: #D63D2C;
}
</style>
background-color css
<style>
a { background-color: #D63D2C; }
a { background-color: rgb(214,61,44); }
div.DivClassName
{
background-color: #D63D2C;
}
.BgClassName
{
background-color: #D63D2C;
}
</style>
border-color css
<style>
span { border-color: #D63D2C; }
span { border-color: rgb(214,61,44); }
td.TdClassName
{
border-color: #D63D2C;
}
.TagClassName
{
border-color: #D63D2C;
}
</style>