Shades of Cinnabar #D63F38
Tints of Cinnabar #D63F38
RGB
CMYK
RGB Variations
Color information
#D63F38 (or 0xD63F38) is known color: Cinnabar. HEX triplet: D6, 3F and 38. RGB value is (214,63,56). Sum of RGB (Red+Green+Blue) = 214+63+56=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F38 is #29C0C7. Grayscale: #6B6B6B. Windows color (decimal): -2736328 or 3686358. OLE color: 3686358.
HSL color Cylindrical-coordinate representation of color #D63F38: hue angle of 2.66º 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 #D63F38 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 56 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.16 |
| HSL | 2.66º | 0.66% | 0.53% | - |
| HSV(B) | 2.66º | 0.74% | 0.84% | - |
| XYZ | 30.22 | 18.14 | 5.65 | - |
| YUV | 107.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 56 | 0 | 0.71 | 0.74 | 0.16 | 2.66 | 0.66 | 0.53 |
| Hex | D6 | 3F | 38 | 0 | 47 | 4A | 10 | 3 | 42 | 35 |
| Octal | 326 | 77 | 70 | 0 | 107 | 112 | 20 | 3 | 102 | 65 |
| Binary | 11010110 | 111111 | 111000 | 0 | 1000111 | 1001010 | 10000 | 11 | 1000010 | 110101 |
Color Harmonies of #D63F38
Complementary color
Monochromatic Colors of #D63F38
Black with #D63F38
Text Example
Text Example
White with #D63F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F38; }
p { color: rgb(214,63,56); }
H1.HeaderClassName
{
color: #D63F38;
}
.AnyTagClassName
{
color: #D63F38;
}
</style>
background-color css
<style>
a { background-color: #D63F38; }
a { background-color: rgb(214,63,56); }
div.DivClassName
{
background-color: #D63F38;
}
.BgClassName
{
background-color: #D63F38;
}
</style>
border-color css
<style>
span { border-color: #D63F38; }
span { border-color: rgb(214,63,56); }
td.TdClassName
{
border-color: #D63F38;
}
.TagClassName
{
border-color: #D63F38;
}
</style>