Shades of Cinnabar #D84138
Tints of Cinnabar #D84138
RGB
CMYK
RGB Variations
Color information
#D84138 (or 0xD84138) is known color: Cinnabar. HEX triplet: D8, 41 and 38. RGB value is (216,65,56). Sum of RGB (Red+Green+Blue) = 216+65+56=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D84138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84138 is #27BEC7. Grayscale: #6D6D6D. Windows color (decimal): -2604744 or 3686872. OLE color: 3686872.
HSL color Cylindrical-coordinate representation of color #D84138: hue angle of 3.38º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D84138 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 56 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.15 |
| HSL | 3.38º | 0.67% | 0.53% | - |
| HSV(B) | 3.38º | 0.74% | 0.85% | - |
| XYZ | 30.92 | 18.67 | 5.71 | - |
| YUV | 109.12 | 98.03 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 56 | 0 | 0.70 | 0.74 | 0.15 | 3.38 | 0.67 | 0.53 |
| Hex | D8 | 41 | 38 | 0 | 46 | 4A | F | 3 | 43 | 35 |
| Octal | 330 | 101 | 70 | 0 | 106 | 112 | 17 | 3 | 103 | 65 |
| Binary | 11011000 | 1000001 | 111000 | 0 | 1000110 | 1001010 | 1111 | 11 | 1000011 | 110101 |
Color Harmonies of #D84138
Complementary color
Monochromatic Colors of #D84138
Black with #D84138
Text Example
Text Example
White with #D84138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84138; }
p { color: rgb(216,65,56); }
H1.HeaderClassName
{
color: #D84138;
}
.AnyTagClassName
{
color: #D84138;
}
</style>
background-color css
<style>
a { background-color: #D84138; }
a { background-color: rgb(216,65,56); }
div.DivClassName
{
background-color: #D84138;
}
.BgClassName
{
background-color: #D84138;
}
</style>
border-color css
<style>
span { border-color: #D84138; }
span { border-color: rgb(216,65,56); }
td.TdClassName
{
border-color: #D84138;
}
.TagClassName
{
border-color: #D84138;
}
</style>