Shades of Cinnabar #D63D29
Tints of Cinnabar #D63D29
RGB
CMYK
RGB Variations
Color information
#D63D29 (or 0xD63D29) is known color: Cinnabar. HEX triplet: D6, 3D and 29. RGB value is (214,61,41). Sum of RGB (Red+Green+Blue) = 214+61+41=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D29 is #29C2D6. Grayscale: #686868. Windows color (decimal): -2736855 or 2702806. OLE color: 2702806.
HSL color Cylindrical-coordinate representation of color #D63D29: hue angle of 6.94º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D63D29 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 41 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.16 |
| HSL | 6.94º | 0.68% | 0.5% | - |
| HSV(B) | 6.94º | 0.81% | 0.84% | - |
| XYZ | 29.8 | 17.79 | 3.96 | - |
| YUV | 104.47 | 92.19 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 41 | 0 | 0.71 | 0.81 | 0.16 | 6.94 | 0.68 | 0.5 |
| Hex | D6 | 3D | 29 | 0 | 47 | 51 | 10 | 7 | 44 | 32 |
| Octal | 326 | 75 | 51 | 0 | 107 | 121 | 20 | 7 | 104 | 62 |
| Binary | 11010110 | 111101 | 101001 | 0 | 1000111 | 1010001 | 10000 | 111 | 1000100 | 110010 |
Color Harmonies of #D63D29
Complementary color
Monochromatic Colors of #D63D29
Black with #D63D29
Text Example
Text Example
White with #D63D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D29; }
p { color: rgb(214,61,41); }
H1.HeaderClassName
{
color: #D63D29;
}
.AnyTagClassName
{
color: #D63D29;
}
</style>
background-color css
<style>
a { background-color: #D63D29; }
a { background-color: rgb(214,61,41); }
div.DivClassName
{
background-color: #D63D29;
}
.BgClassName
{
background-color: #D63D29;
}
</style>
border-color css
<style>
span { border-color: #D63D29; }
span { border-color: rgb(214,61,41); }
td.TdClassName
{
border-color: #D63D29;
}
.TagClassName
{
border-color: #D63D29;
}
</style>