Shades of Cinnabar #E64C43
Tints of Cinnabar #E64C43
RGB
CMYK
RGB Variations
Color information
#E64C43 (or 0xE64C43) is known color: Cinnabar. HEX triplet: E6, 4C and 43. RGB value is (230,76,67). Sum of RGB (Red+Green+Blue) = 230+76+67=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64C43 is #19B3BC. Grayscale: #797979. Windows color (decimal): -1684413 or 4410598. OLE color: 4410598.
HSL color Cylindrical-coordinate representation of color #E64C43: hue angle of 3.31º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E64C43 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 67 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.10 |
| HSL | 3.31º | 0.77% | 0.58% | - |
| HSV(B) | 3.31º | 0.71% | 0.9% | - |
| XYZ | 36.23 | 22.4 | 7.72 | - |
| YUV | 121.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 67 | 0 | 0.67 | 0.71 | 0.10 | 3.31 | 0.77 | 0.58 |
| Hex | E6 | 4C | 43 | 0 | 43 | 47 | A | 3 | 4D | 3A |
| Octal | 346 | 114 | 103 | 0 | 103 | 107 | 12 | 3 | 115 | 72 |
| Binary | 11100110 | 1001100 | 1000011 | 0 | 1000011 | 1000111 | 1010 | 11 | 1001101 | 111010 |
Color Harmonies of #E64C43
Complementary color
Monochromatic Colors of #E64C43
Black with #E64C43
Text Example
Text Example
White with #E64C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C43; }
p { color: rgb(230,76,67); }
H1.HeaderClassName
{
color: #E64C43;
}
.AnyTagClassName
{
color: #E64C43;
}
</style>
background-color css
<style>
a { background-color: #E64C43; }
a { background-color: rgb(230,76,67); }
div.DivClassName
{
background-color: #E64C43;
}
.BgClassName
{
background-color: #E64C43;
}
</style>
border-color css
<style>
span { border-color: #E64C43; }
span { border-color: rgb(230,76,67); }
td.TdClassName
{
border-color: #E64C43;
}
.TagClassName
{
border-color: #E64C43;
}
</style>