Shades of Cinnabar #E23D3B
Tints of Cinnabar #E23D3B
RGB
CMYK
RGB Variations
Color information
#E23D3B (or 0xE23D3B) is known color: Cinnabar. HEX triplet: E2, 3D and 3B. RGB value is (226,61,59). Sum of RGB (Red+Green+Blue) = 226+61+59=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E23D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23D3B is #1DC2C4. Grayscale: #6E6E6E. Windows color (decimal): -1950405 or 3882466. OLE color: 3882466.
HSL color Cylindrical-coordinate representation of color #E23D3B: hue angle of 0.72º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23D3B is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 61 | 59 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.11 |
| HSL | 0.72º | 0.74% | 0.56% | - |
| HSV(B) | 0.72º | 0.74% | 0.89% | - |
| XYZ | 33.82 | 19.82 | 6.18 | - |
| YUV | 110.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 59 | 0 | 0.73 | 0.74 | 0.11 | 0.72 | 0.74 | 0.56 |
| Hex | E2 | 3D | 3B | 0 | 49 | 4A | B | 1 | 4A | 38 |
| Octal | 342 | 75 | 73 | 0 | 111 | 112 | 13 | 1 | 112 | 70 |
| Binary | 11100010 | 111101 | 111011 | 0 | 1001001 | 1001010 | 1011 | 1 | 1001010 | 111000 |
Color Harmonies of #E23D3B
Complementary color
Monochromatic Colors of #E23D3B
Black with #E23D3B
Text Example
Text Example
White with #E23D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23D3B; }
p { color: rgb(226,61,59); }
H1.HeaderClassName
{
color: #E23D3B;
}
.AnyTagClassName
{
color: #E23D3B;
}
</style>
background-color css
<style>
a { background-color: #E23D3B; }
a { background-color: rgb(226,61,59); }
div.DivClassName
{
background-color: #E23D3B;
}
.BgClassName
{
background-color: #E23D3B;
}
</style>
border-color css
<style>
span { border-color: #E23D3B; }
span { border-color: rgb(226,61,59); }
td.TdClassName
{
border-color: #E23D3B;
}
.TagClassName
{
border-color: #E23D3B;
}
</style>