Shades of Cinnabar #D64337
Tints of Cinnabar #D64337
RGB
CMYK
RGB Variations
Color information
#D64337 (or 0xD64337) is known color: Cinnabar. HEX triplet: D6, 43 and 37. RGB value is (214,67,55). Sum of RGB (Red+Green+Blue) = 214+67+55=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D64337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64337 is #29BCC8. Grayscale: #6D6D6D. Windows color (decimal): -2735305 or 3621846. OLE color: 3621846.
HSL color Cylindrical-coordinate representation of color #D64337: hue angle of 4.53º 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 #D64337 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 55 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.16 |
| HSL | 4.53º | 0.66% | 0.53% | - |
| HSV(B) | 4.53º | 0.74% | 0.84% | - |
| XYZ | 30.43 | 18.59 | 5.6 | - |
| YUV | 109.59 | 97.2 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 55 | 0 | 0.69 | 0.74 | 0.16 | 4.53 | 0.66 | 0.53 |
| Hex | D6 | 43 | 37 | 0 | 45 | 4A | 10 | 5 | 42 | 35 |
| Octal | 326 | 103 | 67 | 0 | 105 | 112 | 20 | 5 | 102 | 65 |
| Binary | 11010110 | 1000011 | 110111 | 0 | 1000101 | 1001010 | 10000 | 101 | 1000010 | 110101 |
Color Harmonies of #D64337
Complementary color
Monochromatic Colors of #D64337
Black with #D64337
Text Example
Text Example
White with #D64337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64337; }
p { color: rgb(214,67,55); }
H1.HeaderClassName
{
color: #D64337;
}
.AnyTagClassName
{
color: #D64337;
}
</style>
background-color css
<style>
a { background-color: #D64337; }
a { background-color: rgb(214,67,55); }
div.DivClassName
{
background-color: #D64337;
}
.BgClassName
{
background-color: #D64337;
}
</style>
border-color css
<style>
span { border-color: #D64337; }
span { border-color: rgb(214,67,55); }
td.TdClassName
{
border-color: #D64337;
}
.TagClassName
{
border-color: #D64337;
}
</style>