Shades of Cinnabar #D64A2D
Tints of Cinnabar #D64A2D
RGB
CMYK
RGB Variations
Color information
#D64A2D (or 0xD64A2D) is known color: Cinnabar. HEX triplet: D6, 4A and 2D. RGB value is (214,74,45). Sum of RGB (Red+Green+Blue) = 214+74+45=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A2D is #29B5D2. Grayscale: #707070. Windows color (decimal): -2733523 or 2968278. OLE color: 2968278.
HSL color Cylindrical-coordinate representation of color #D64A2D: hue angle of 10.3º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D64A2D is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 45 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.16 |
| HSL | 10.3º | 0.67% | 0.51% | - |
| HSV(B) | 10.3º | 0.79% | 0.84% | - |
| XYZ | 30.65 | 19.38 | 4.61 | - |
| YUV | 112.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 45 | 0 | 0.65 | 0.79 | 0.16 | 10.3 | 0.67 | 0.51 |
| Hex | D6 | 4A | 2D | 0 | 41 | 4F | 10 | A | 43 | 33 |
| Octal | 326 | 112 | 55 | 0 | 101 | 117 | 20 | 12 | 103 | 63 |
| Binary | 11010110 | 1001010 | 101101 | 0 | 1000001 | 1001111 | 10000 | 1010 | 1000011 | 110011 |
Color Harmonies of #D64A2D
Complementary color
Monochromatic Colors of #D64A2D
Black with #D64A2D
Text Example
Text Example
White with #D64A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A2D; }
p { color: rgb(214,74,45); }
H1.HeaderClassName
{
color: #D64A2D;
}
.AnyTagClassName
{
color: #D64A2D;
}
</style>
background-color css
<style>
a { background-color: #D64A2D; }
a { background-color: rgb(214,74,45); }
div.DivClassName
{
background-color: #D64A2D;
}
.BgClassName
{
background-color: #D64A2D;
}
</style>
border-color css
<style>
span { border-color: #D64A2D; }
span { border-color: rgb(214,74,45); }
td.TdClassName
{
border-color: #D64A2D;
}
.TagClassName
{
border-color: #D64A2D;
}
</style>