Shades of Cinnabar #D64138
Tints of Cinnabar #D64138
RGB
CMYK
RGB Variations
Color information
#D64138 (or 0xD64138) is known color: Cinnabar. HEX triplet: D6, 41 and 38. RGB value is (214,65,56). Sum of RGB (Red+Green+Blue) = 214+65+56=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D64138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64138 is #29BEC7. Grayscale: #6C6C6C. Windows color (decimal): -2735816 or 3686870. OLE color: 3686870.
HSL color Cylindrical-coordinate representation of color #D64138: hue angle of 3.42º 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 #D64138 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 56 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.16 |
| HSL | 3.42º | 0.66% | 0.53% | - |
| HSV(B) | 3.42º | 0.74% | 0.84% | - |
| XYZ | 30.34 | 18.36 | 5.69 | - |
| YUV | 108.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 56 | 0 | 0.70 | 0.74 | 0.16 | 3.42 | 0.66 | 0.53 |
| Hex | D6 | 41 | 38 | 0 | 46 | 4A | 10 | 3 | 42 | 35 |
| Octal | 326 | 101 | 70 | 0 | 106 | 112 | 20 | 3 | 102 | 65 |
| Binary | 11010110 | 1000001 | 111000 | 0 | 1000110 | 1001010 | 10000 | 11 | 1000010 | 110101 |
Color Harmonies of #D64138
Complementary color
Monochromatic Colors of #D64138
Black with #D64138
Text Example
Text Example
White with #D64138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64138; }
p { color: rgb(214,65,56); }
H1.HeaderClassName
{
color: #D64138;
}
.AnyTagClassName
{
color: #D64138;
}
</style>
background-color css
<style>
a { background-color: #D64138; }
a { background-color: rgb(214,65,56); }
div.DivClassName
{
background-color: #D64138;
}
.BgClassName
{
background-color: #D64138;
}
</style>
border-color css
<style>
span { border-color: #D64138; }
span { border-color: rgb(214,65,56); }
td.TdClassName
{
border-color: #D64138;
}
.TagClassName
{
border-color: #D64138;
}
</style>