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