Shades of Cinnabar #E23F3E
Tints of Cinnabar #E23F3E
RGB
CMYK
RGB Variations
Color information
#E23F3E (or 0xE23F3E) is known color: Cinnabar. HEX triplet: E2, 3F and 3E. RGB value is (226,63,62). Sum of RGB (Red+Green+Blue) = 226+63+62=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23F3E is #1DC0C1. Grayscale: #6F6F6F. Windows color (decimal): -1949890 or 4079586. OLE color: 4079586.
HSL color Cylindrical-coordinate representation of color #E23F3E: hue angle of 0.37º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E23F3E is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 62 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.11 |
| HSL | 0.37º | 0.74% | 0.56% | - |
| HSV(B) | 0.37º | 0.73% | 0.89% | - |
| XYZ | 34.01 | 20.07 | 6.64 | - |
| YUV | 111.62 | 100 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 62 | 0 | 0.72 | 0.73 | 0.11 | 0.37 | 0.74 | 0.56 |
| Hex | E2 | 3F | 3E | 0 | 48 | 49 | B | 0 | 4A | 38 |
| Octal | 342 | 77 | 76 | 0 | 110 | 111 | 13 | 0 | 112 | 70 |
| Binary | 11100010 | 111111 | 111110 | 0 | 1001000 | 1001001 | 1011 | 0 | 1001010 | 111000 |
Color Harmonies of #E23F3E
Complementary color
Monochromatic Colors of #E23F3E
Black with #E23F3E
Text Example
Text Example
White with #E23F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23F3E; }
p { color: rgb(226,63,62); }
H1.HeaderClassName
{
color: #E23F3E;
}
.AnyTagClassName
{
color: #E23F3E;
}
</style>
background-color css
<style>
a { background-color: #E23F3E; }
a { background-color: rgb(226,63,62); }
div.DivClassName
{
background-color: #E23F3E;
}
.BgClassName
{
background-color: #E23F3E;
}
</style>
border-color css
<style>
span { border-color: #E23F3E; }
span { border-color: rgb(226,63,62); }
td.TdClassName
{
border-color: #E23F3E;
}
.TagClassName
{
border-color: #E23F3E;
}
</style>