Shades of Cinnabar #D84238
Tints of Cinnabar #D84238
RGB
CMYK
RGB Variations
Color information
#D84238 (or 0xD84238) is known color: Cinnabar. HEX triplet: D8, 42 and 38. RGB value is (216,66,56). Sum of RGB (Red+Green+Blue) = 216+66+56=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D84238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84238 is #27BDC7. Grayscale: #6D6D6D. Windows color (decimal): -2604488 or 3687128. OLE color: 3687128.
HSL color Cylindrical-coordinate representation of color #D84238: hue angle of 3.75º 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 #D84238 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 56 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.15 |
| HSL | 3.75º | 0.67% | 0.53% | - |
| HSV(B) | 3.75º | 0.74% | 0.85% | - |
| XYZ | 30.98 | 18.78 | 5.73 | - |
| YUV | 109.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 56 | 0 | 0.69 | 0.74 | 0.15 | 3.75 | 0.67 | 0.53 |
| Hex | D8 | 42 | 38 | 0 | 45 | 4A | F | 4 | 43 | 35 |
| Octal | 330 | 102 | 70 | 0 | 105 | 112 | 17 | 4 | 103 | 65 |
| Binary | 11011000 | 1000010 | 111000 | 0 | 1000101 | 1001010 | 1111 | 100 | 1000011 | 110101 |
Color Harmonies of #D84238
Complementary color
Monochromatic Colors of #D84238
Black with #D84238
Text Example
Text Example
White with #D84238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84238; }
p { color: rgb(216,66,56); }
H1.HeaderClassName
{
color: #D84238;
}
.AnyTagClassName
{
color: #D84238;
}
</style>
background-color css
<style>
a { background-color: #D84238; }
a { background-color: rgb(216,66,56); }
div.DivClassName
{
background-color: #D84238;
}
.BgClassName
{
background-color: #D84238;
}
</style>
border-color css
<style>
span { border-color: #D84238; }
span { border-color: rgb(216,66,56); }
td.TdClassName
{
border-color: #D84238;
}
.TagClassName
{
border-color: #D84238;
}
</style>