Shades of Cinnabar #E23F3D
Tints of Cinnabar #E23F3D
RGB
CMYK
RGB Variations
Color information
#E23F3D (or 0xE23F3D) is known color: Cinnabar. HEX triplet: E2, 3F and 3D. RGB value is (226,63,61). Sum of RGB (Red+Green+Blue) = 226+63+61=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23F3D is #1DC0C2. Grayscale: #6F6F6F. Windows color (decimal): -1949891 or 4014050. OLE color: 4014050.
HSL color Cylindrical-coordinate representation of color #E23F3D: hue angle of 0.73º 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 #E23F3D is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 61 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.11 |
| HSL | 0.73º | 0.74% | 0.56% | - |
| HSV(B) | 0.73º | 0.73% | 0.89% | - |
| XYZ | 33.98 | 20.06 | 6.5 | - |
| YUV | 111.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 61 | 0 | 0.72 | 0.73 | 0.11 | 0.73 | 0.74 | 0.56 |
| Hex | E2 | 3F | 3D | 0 | 48 | 49 | B | 1 | 4A | 38 |
| Octal | 342 | 77 | 75 | 0 | 110 | 111 | 13 | 1 | 112 | 70 |
| Binary | 11100010 | 111111 | 111101 | 0 | 1001000 | 1001001 | 1011 | 1 | 1001010 | 111000 |
Color Harmonies of #E23F3D
Complementary color
Monochromatic Colors of #E23F3D
Black with #E23F3D
Text Example
Text Example
White with #E23F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23F3D; }
p { color: rgb(226,63,61); }
H1.HeaderClassName
{
color: #E23F3D;
}
.AnyTagClassName
{
color: #E23F3D;
}
</style>
background-color css
<style>
a { background-color: #E23F3D; }
a { background-color: rgb(226,63,61); }
div.DivClassName
{
background-color: #E23F3D;
}
.BgClassName
{
background-color: #E23F3D;
}
</style>
border-color css
<style>
span { border-color: #E23F3D; }
span { border-color: rgb(226,63,61); }
td.TdClassName
{
border-color: #E23F3D;
}
.TagClassName
{
border-color: #E23F3D;
}
</style>