Shades of Cinnabar #D63F37
Tints of Cinnabar #D63F37
RGB
CMYK
RGB Variations
Color information
#D63F37 (or 0xD63F37) is known color: Cinnabar. HEX triplet: D6, 3F and 37. RGB value is (214,63,55). Sum of RGB (Red+Green+Blue) = 214+63+55=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F37 is #29C0C8. Grayscale: #6B6B6B. Windows color (decimal): -2736329 or 3620822. OLE color: 3620822.
HSL color Cylindrical-coordinate representation of color #D63F37: hue angle of 3.02º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63F37 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 55 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.16 |
| HSL | 3.02º | 0.66% | 0.53% | - |
| HSV(B) | 3.02º | 0.74% | 0.84% | - |
| XYZ | 30.2 | 18.13 | 5.52 | - |
| YUV | 107.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 55 | 0 | 0.71 | 0.74 | 0.16 | 3.02 | 0.66 | 0.53 |
| Hex | D6 | 3F | 37 | 0 | 47 | 4A | 10 | 3 | 42 | 35 |
| Octal | 326 | 77 | 67 | 0 | 107 | 112 | 20 | 3 | 102 | 65 |
| Binary | 11010110 | 111111 | 110111 | 0 | 1000111 | 1001010 | 10000 | 11 | 1000010 | 110101 |
Color Harmonies of #D63F37
Complementary color
Monochromatic Colors of #D63F37
Black with #D63F37
Text Example
Text Example
White with #D63F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F37; }
p { color: rgb(214,63,55); }
H1.HeaderClassName
{
color: #D63F37;
}
.AnyTagClassName
{
color: #D63F37;
}
</style>
background-color css
<style>
a { background-color: #D63F37; }
a { background-color: rgb(214,63,55); }
div.DivClassName
{
background-color: #D63F37;
}
.BgClassName
{
background-color: #D63F37;
}
</style>
border-color css
<style>
span { border-color: #D63F37; }
span { border-color: rgb(214,63,55); }
td.TdClassName
{
border-color: #D63F37;
}
.TagClassName
{
border-color: #D63F37;
}
</style>