Shades of Cinnabar #D64241
Tints of Cinnabar #D64241
RGB
CMYK
RGB Variations
Color information
#D64241 (or 0xD64241) is known color: Cinnabar. HEX triplet: D6, 42 and 41. RGB value is (214,66,65). Sum of RGB (Red+Green+Blue) = 214+66+65=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D64241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64241 is #29BDBE. Grayscale: #6E6E6E. Windows color (decimal): -2735551 or 4276950. OLE color: 4276950.
HSL color Cylindrical-coordinate representation of color #D64241: hue angle of 0.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64241 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 65 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.16 |
| HSL | 0.4º | 0.65% | 0.55% | - |
| HSV(B) | 0.4º | 0.7% | 0.84% | - |
| XYZ | 30.63 | 18.57 | 6.97 | - |
| YUV | 110.14 | 102.53 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 65 | 0 | 0.69 | 0.70 | 0.16 | 0.4 | 0.65 | 0.55 |
| Hex | D6 | 42 | 41 | 0 | 45 | 46 | 10 | 0 | 41 | 37 |
| Octal | 326 | 102 | 101 | 0 | 105 | 106 | 20 | 0 | 101 | 67 |
| Binary | 11010110 | 1000010 | 1000001 | 0 | 1000101 | 1000110 | 10000 | 0 | 1000001 | 110111 |
Color Harmonies of #D64241
Complementary color
Monochromatic Colors of #D64241
Black with #D64241
Text Example
Text Example
White with #D64241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64241; }
p { color: rgb(214,66,65); }
H1.HeaderClassName
{
color: #D64241;
}
.AnyTagClassName
{
color: #D64241;
}
</style>
background-color css
<style>
a { background-color: #D64241; }
a { background-color: rgb(214,66,65); }
div.DivClassName
{
background-color: #D64241;
}
.BgClassName
{
background-color: #D64241;
}
</style>
border-color css
<style>
span { border-color: #D64241; }
span { border-color: rgb(214,66,65); }
td.TdClassName
{
border-color: #D64241;
}
.TagClassName
{
border-color: #D64241;
}
</style>