Shades of Cinnabar #E25338
Tints of Cinnabar #E25338
RGB
CMYK
RGB Variations
Color information
#E25338 (or 0xE25338) is known color: Cinnabar. HEX triplet: E2, 53 and 38. RGB value is (226,83,56). Sum of RGB (Red+Green+Blue) = 226+83+56=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E25338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25338 is #1DACC7. Grayscale: #7A7A7A. Windows color (decimal): -1944776 or 3691490. OLE color: 3691490.
HSL color Cylindrical-coordinate representation of color #E25338: hue angle of 9.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E25338 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 56 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.11 |
| HSL | 9.53º | 0.75% | 0.55% | - |
| HSV(B) | 9.53º | 0.75% | 0.89% | - |
| XYZ | 35.17 | 22.64 | 6.26 | - |
| YUV | 122.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 56 | 0 | 0.63 | 0.75 | 0.11 | 9.53 | 0.75 | 0.55 |
| Hex | E2 | 53 | 38 | 0 | 3F | 4B | B | A | 4B | 37 |
| Octal | 342 | 123 | 70 | 0 | 77 | 113 | 13 | 12 | 113 | 67 |
| Binary | 11100010 | 1010011 | 111000 | 0 | 111111 | 1001011 | 1011 | 1010 | 1001011 | 110111 |
Color Harmonies of #E25338
Complementary color
Monochromatic Colors of #E25338
Black with #E25338
Text Example
Text Example
White with #E25338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25338; }
p { color: rgb(226,83,56); }
H1.HeaderClassName
{
color: #E25338;
}
.AnyTagClassName
{
color: #E25338;
}
</style>
background-color css
<style>
a { background-color: #E25338; }
a { background-color: rgb(226,83,56); }
div.DivClassName
{
background-color: #E25338;
}
.BgClassName
{
background-color: #E25338;
}
</style>
border-color css
<style>
span { border-color: #E25338; }
span { border-color: rgb(226,83,56); }
td.TdClassName
{
border-color: #E25338;
}
.TagClassName
{
border-color: #E25338;
}
</style>