Shades of Cinnabar #D64438
Tints of Cinnabar #D64438
RGB
CMYK
RGB Variations
Color information
#D64438 (or 0xD64438) is known color: Cinnabar. HEX triplet: D6, 44 and 38. RGB value is (214,68,56). Sum of RGB (Red+Green+Blue) = 214+68+56=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D64438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64438 is #29BBC7. Grayscale: #6E6E6E. Windows color (decimal): -2735048 or 3687638. OLE color: 3687638.
HSL color Cylindrical-coordinate representation of color #D64438: hue angle of 4.56º 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 #D64438 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 56 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.16 |
| HSL | 4.56º | 0.66% | 0.53% | - |
| HSV(B) | 4.56º | 0.74% | 0.84% | - |
| XYZ | 30.51 | 18.72 | 5.75 | - |
| YUV | 110.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 56 | 0 | 0.68 | 0.74 | 0.16 | 4.56 | 0.66 | 0.53 |
| Hex | D6 | 44 | 38 | 0 | 44 | 4A | 10 | 5 | 42 | 35 |
| Octal | 326 | 104 | 70 | 0 | 104 | 112 | 20 | 5 | 102 | 65 |
| Binary | 11010110 | 1000100 | 111000 | 0 | 1000100 | 1001010 | 10000 | 101 | 1000010 | 110101 |
Color Harmonies of #D64438
Complementary color
Monochromatic Colors of #D64438
Black with #D64438
Text Example
Text Example
White with #D64438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64438; }
p { color: rgb(214,68,56); }
H1.HeaderClassName
{
color: #D64438;
}
.AnyTagClassName
{
color: #D64438;
}
</style>
background-color css
<style>
a { background-color: #D64438; }
a { background-color: rgb(214,68,56); }
div.DivClassName
{
background-color: #D64438;
}
.BgClassName
{
background-color: #D64438;
}
</style>
border-color css
<style>
span { border-color: #D64438; }
span { border-color: rgb(214,68,56); }
td.TdClassName
{
border-color: #D64438;
}
.TagClassName
{
border-color: #D64438;
}
</style>