Shades of Cinnabar #D64A30
Tints of Cinnabar #D64A30
RGB
CMYK
RGB Variations
Color information
#D64A30 (or 0xD64A30) is known color: Cinnabar. HEX triplet: D6, 4A and 30. RGB value is (214,74,48). Sum of RGB (Red+Green+Blue) = 214+74+48=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A30 is #29B5CF. Grayscale: #717171. Windows color (decimal): -2733520 or 3164886. OLE color: 3164886.
HSL color Cylindrical-coordinate representation of color #D64A30: hue angle of 9.4º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D64A30 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 48 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.16 |
| HSL | 9.4º | 0.67% | 0.51% | - |
| HSV(B) | 9.4º | 0.78% | 0.84% | - |
| XYZ | 30.71 | 19.41 | 4.92 | - |
| YUV | 112.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 48 | 0 | 0.65 | 0.78 | 0.16 | 9.4 | 0.67 | 0.51 |
| Hex | D6 | 4A | 30 | 0 | 41 | 4E | 10 | 9 | 43 | 33 |
| Octal | 326 | 112 | 60 | 0 | 101 | 116 | 20 | 11 | 103 | 63 |
| Binary | 11010110 | 1001010 | 110000 | 0 | 1000001 | 1001110 | 10000 | 1001 | 1000011 | 110011 |
Color Harmonies of #D64A30
Complementary color
Monochromatic Colors of #D64A30
Black with #D64A30
Text Example
Text Example
White with #D64A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A30; }
p { color: rgb(214,74,48); }
H1.HeaderClassName
{
color: #D64A30;
}
.AnyTagClassName
{
color: #D64A30;
}
</style>
background-color css
<style>
a { background-color: #D64A30; }
a { background-color: rgb(214,74,48); }
div.DivClassName
{
background-color: #D64A30;
}
.BgClassName
{
background-color: #D64A30;
}
</style>
border-color css
<style>
span { border-color: #D64A30; }
span { border-color: rgb(214,74,48); }
td.TdClassName
{
border-color: #D64A30;
}
.TagClassName
{
border-color: #D64A30;
}
</style>