Shades of Cinnabar #D64242
Tints of Cinnabar #D64242
RGB
CMYK
RGB Variations
Color information
#D64242 (or 0xD64242) is known color: Cinnabar. HEX triplet: D6, 42 and 42. RGB value is (214,66,66). Sum of RGB (Red+Green+Blue) = 214+66+66=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D64242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64242 is #29BDBD. Grayscale: #6E6E6E. Windows color (decimal): -2735550 or 4342486. OLE color: 4342486.
HSL color Cylindrical-coordinate representation of color #D64242: hue angle of 0º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64242 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 66 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.16 |
| HSL | 0º | 0.64% | 0.55% | - |
| HSV(B) | 0º | 0.69% | 0.84% | - |
| XYZ | 30.66 | 18.59 | 7.13 | - |
| YUV | 110.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 66 | 0 | 0.69 | 0.69 | 0.16 | 0 | 0.64 | 0.55 |
| Hex | D6 | 42 | 42 | 0 | 45 | 45 | 10 | 0 | 40 | 37 |
| Octal | 326 | 102 | 102 | 0 | 105 | 105 | 20 | 0 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1000010 | 0 | 1000101 | 1000101 | 10000 | 0 | 1000000 | 110111 |
Color Harmonies of #D64242
Complementary color
Monochromatic Colors of #D64242
Black with #D64242
Text Example
Text Example
White with #D64242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64242; }
p { color: rgb(214,66,66); }
H1.HeaderClassName
{
color: #D64242;
}
.AnyTagClassName
{
color: #D64242;
}
</style>
background-color css
<style>
a { background-color: #D64242; }
a { background-color: rgb(214,66,66); }
div.DivClassName
{
background-color: #D64242;
}
.BgClassName
{
background-color: #D64242;
}
</style>
border-color css
<style>
span { border-color: #D64242; }
span { border-color: rgb(214,66,66); }
td.TdClassName
{
border-color: #D64242;
}
.TagClassName
{
border-color: #D64242;
}
</style>