Shades of Cinnabar #E64338
Tints of Cinnabar #E64338
RGB
CMYK
RGB Variations
Color information
#E64338 (or 0xE64338) is known color: Cinnabar. HEX triplet: E6, 43 and 38. RGB value is (230,67,56). Sum of RGB (Red+Green+Blue) = 230+67+56=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E64338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64338 is #19BCC7. Grayscale: #727272. Windows color (decimal): -1686728 or 3687398. OLE color: 3687398.
HSL color Cylindrical-coordinate representation of color #E64338: hue angle of 3.79º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E64338 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 56 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.10 |
| HSL | 3.79º | 0.78% | 0.56% | - |
| HSV(B) | 3.79º | 0.76% | 0.9% | - |
| XYZ | 35.35 | 21.12 | 5.96 | - |
| YUV | 114.48 | 95 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 56 | 0 | 0.71 | 0.76 | 0.10 | 3.79 | 0.78 | 0.56 |
| Hex | E6 | 43 | 38 | 0 | 47 | 4C | A | 4 | 4E | 38 |
| Octal | 346 | 103 | 70 | 0 | 107 | 114 | 12 | 4 | 116 | 70 |
| Binary | 11100110 | 1000011 | 111000 | 0 | 1000111 | 1001100 | 1010 | 100 | 1001110 | 111000 |
Color Harmonies of #E64338
Complementary color
Monochromatic Colors of #E64338
Black with #E64338
Text Example
Text Example
White with #E64338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64338; }
p { color: rgb(230,67,56); }
H1.HeaderClassName
{
color: #E64338;
}
.AnyTagClassName
{
color: #E64338;
}
</style>
background-color css
<style>
a { background-color: #E64338; }
a { background-color: rgb(230,67,56); }
div.DivClassName
{
background-color: #E64338;
}
.BgClassName
{
background-color: #E64338;
}
</style>
border-color css
<style>
span { border-color: #E64338; }
span { border-color: rgb(230,67,56); }
td.TdClassName
{
border-color: #E64338;
}
.TagClassName
{
border-color: #E64338;
}
</style>