Shades of Cinnabar #E05338
Tints of Cinnabar #E05338
RGB
CMYK
RGB Variations
Color information
#E05338 (or 0xE05338) is known color: Cinnabar. HEX triplet: E0, 53 and 38. RGB value is (224,83,56). Sum of RGB (Red+Green+Blue) = 224+83+56=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E05338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05338 is #1FACC7. Grayscale: #7A7A7A. Windows color (decimal): -2075848 or 3691488. OLE color: 3691488.
HSL color Cylindrical-coordinate representation of color #E05338: hue angle of 9.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E05338 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 56 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.12 |
| HSL | 9.64º | 0.73% | 0.55% | - |
| HSV(B) | 9.64º | 0.75% | 0.88% | - |
| XYZ | 34.55 | 22.32 | 6.23 | - |
| YUV | 122.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 56 | 0 | 0.63 | 0.75 | 0.12 | 9.64 | 0.73 | 0.55 |
| Hex | E0 | 53 | 38 | 0 | 3F | 4B | C | A | 49 | 37 |
| Octal | 340 | 123 | 70 | 0 | 77 | 113 | 14 | 12 | 111 | 67 |
| Binary | 11100000 | 1010011 | 111000 | 0 | 111111 | 1001011 | 1100 | 1010 | 1001001 | 110111 |
Color Harmonies of #E05338
Complementary color
Monochromatic Colors of #E05338
Black with #E05338
Text Example
Text Example
White with #E05338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05338; }
p { color: rgb(224,83,56); }
H1.HeaderClassName
{
color: #E05338;
}
.AnyTagClassName
{
color: #E05338;
}
</style>
background-color css
<style>
a { background-color: #E05338; }
a { background-color: rgb(224,83,56); }
div.DivClassName
{
background-color: #E05338;
}
.BgClassName
{
background-color: #E05338;
}
</style>
border-color css
<style>
span { border-color: #E05338; }
span { border-color: rgb(224,83,56); }
td.TdClassName
{
border-color: #E05338;
}
.TagClassName
{
border-color: #E05338;
}
</style>