Shades of Cinnabar #D63D32
Tints of Cinnabar #D63D32
RGB
CMYK
RGB Variations
Color information
#D63D32 (or 0xD63D32) is known color: Cinnabar. HEX triplet: D6, 3D and 32. RGB value is (214,61,50). Sum of RGB (Red+Green+Blue) = 214+61+50=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D32 is #29C2CD. Grayscale: #696969. Windows color (decimal): -2736846 or 3292630. OLE color: 3292630.
HSL color Cylindrical-coordinate representation of color #D63D32: hue angle of 4.02º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63D32 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 50 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.16 |
| HSL | 4.02º | 0.67% | 0.52% | - |
| HSV(B) | 4.02º | 0.77% | 0.84% | - |
| XYZ | 29.98 | 17.86 | 4.89 | - |
| YUV | 105.49 | 96.69 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 50 | 0 | 0.71 | 0.77 | 0.16 | 4.02 | 0.67 | 0.52 |
| Hex | D6 | 3D | 32 | 0 | 47 | 4D | 10 | 4 | 43 | 34 |
| Octal | 326 | 75 | 62 | 0 | 107 | 115 | 20 | 4 | 103 | 64 |
| Binary | 11010110 | 111101 | 110010 | 0 | 1000111 | 1001101 | 10000 | 100 | 1000011 | 110100 |
Color Harmonies of #D63D32
Complementary color
Monochromatic Colors of #D63D32
Black with #D63D32
Text Example
Text Example
White with #D63D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D32; }
p { color: rgb(214,61,50); }
H1.HeaderClassName
{
color: #D63D32;
}
.AnyTagClassName
{
color: #D63D32;
}
</style>
background-color css
<style>
a { background-color: #D63D32; }
a { background-color: rgb(214,61,50); }
div.DivClassName
{
background-color: #D63D32;
}
.BgClassName
{
background-color: #D63D32;
}
</style>
border-color css
<style>
span { border-color: #D63D32; }
span { border-color: rgb(214,61,50); }
td.TdClassName
{
border-color: #D63D32;
}
.TagClassName
{
border-color: #D63D32;
}
</style>