Shades of Cinnabar #E14338
Tints of Cinnabar #E14338
RGB
CMYK
RGB Variations
Color information
#E14338 (or 0xE14338) is known color: Cinnabar. HEX triplet: E1, 43 and 38. RGB value is (225,67,56). Sum of RGB (Red+Green+Blue) = 225+67+56=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E14338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14338 is #1EBCC7. Grayscale: #717171. Windows color (decimal): -2014408 or 3687393. OLE color: 3687393.
HSL color Cylindrical-coordinate representation of color #E14338: hue angle of 3.91º degrees, saturation: 0.74, 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 #E14338 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 56 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.12 |
| HSL | 3.91º | 0.74% | 0.55% | - |
| HSV(B) | 3.91º | 0.75% | 0.88% | - |
| XYZ | 33.77 | 20.31 | 5.88 | - |
| YUV | 112.99 | 95.85 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 56 | 0 | 0.70 | 0.75 | 0.12 | 3.91 | 0.74 | 0.55 |
| Hex | E1 | 43 | 38 | 0 | 46 | 4B | C | 4 | 4A | 37 |
| Octal | 341 | 103 | 70 | 0 | 106 | 113 | 14 | 4 | 112 | 67 |
| Binary | 11100001 | 1000011 | 111000 | 0 | 1000110 | 1001011 | 1100 | 100 | 1001010 | 110111 |
Color Harmonies of #E14338
Complementary color
Monochromatic Colors of #E14338
Black with #E14338
Text Example
Text Example
White with #E14338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14338; }
p { color: rgb(225,67,56); }
H1.HeaderClassName
{
color: #E14338;
}
.AnyTagClassName
{
color: #E14338;
}
</style>
background-color css
<style>
a { background-color: #E14338; }
a { background-color: rgb(225,67,56); }
div.DivClassName
{
background-color: #E14338;
}
.BgClassName
{
background-color: #E14338;
}
</style>
border-color css
<style>
span { border-color: #E14338; }
span { border-color: rgb(225,67,56); }
td.TdClassName
{
border-color: #E14338;
}
.TagClassName
{
border-color: #E14338;
}
</style>