Shades of Cinnabar #E64C30
Tints of Cinnabar #E64C30
RGB
CMYK
RGB Variations
Color information
#E64C30 (or 0xE64C30) is known color: Cinnabar. HEX triplet: E6, 4C and 30. RGB value is (230,76,48). Sum of RGB (Red+Green+Blue) = 230+76+48=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64C30 is #19B3CF. Grayscale: #777777. Windows color (decimal): -1684432 or 3165414. OLE color: 3165414.
HSL color Cylindrical-coordinate representation of color #E64C30: hue angle of 9.23º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E64C30 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 48 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.10 |
| HSL | 9.23º | 0.78% | 0.55% | - |
| HSV(B) | 9.23º | 0.79% | 0.9% | - |
| XYZ | 35.75 | 22.21 | 5.2 | - |
| YUV | 118.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 48 | 0 | 0.67 | 0.79 | 0.10 | 9.23 | 0.78 | 0.55 |
| Hex | E6 | 4C | 30 | 0 | 43 | 4F | A | 9 | 4E | 37 |
| Octal | 346 | 114 | 60 | 0 | 103 | 117 | 12 | 11 | 116 | 67 |
| Binary | 11100110 | 1001100 | 110000 | 0 | 1000011 | 1001111 | 1010 | 1001 | 1001110 | 110111 |
Color Harmonies of #E64C30
Complementary color
Monochromatic Colors of #E64C30
Black with #E64C30
Text Example
Text Example
White with #E64C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C30; }
p { color: rgb(230,76,48); }
H1.HeaderClassName
{
color: #E64C30;
}
.AnyTagClassName
{
color: #E64C30;
}
</style>
background-color css
<style>
a { background-color: #E64C30; }
a { background-color: rgb(230,76,48); }
div.DivClassName
{
background-color: #E64C30;
}
.BgClassName
{
background-color: #E64C30;
}
</style>
border-color css
<style>
span { border-color: #E64C30; }
span { border-color: rgb(230,76,48); }
td.TdClassName
{
border-color: #E64C30;
}
.TagClassName
{
border-color: #E64C30;
}
</style>