Shades of Cinnabar #E62B23
Tints of Cinnabar #E62B23
RGB
CMYK
RGB Variations
Color information
#E62B23 (or 0xE62B23) is known color: Cinnabar. HEX triplet: E6, 2B and 23. RGB value is (230,43,35). Sum of RGB (Red+Green+Blue) = 230+43+35=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E62B23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62B23 is #19D4DC. Grayscale: #626262. Windows color (decimal): -1692893 or 2304998. OLE color: 2304998.
HSL color Cylindrical-coordinate representation of color #E62B23: hue angle of 2.46º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62B23 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 35 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.10 |
| HSL | 2.46º | 0.8% | 0.52% | - |
| HSV(B) | 2.46º | 0.85% | 0.9% | - |
| XYZ | 33.8 | 18.67 | 3.41 | - |
| YUV | 98 | 92.45 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 35 | 0 | 0.81 | 0.85 | 0.10 | 2.46 | 0.8 | 0.52 |
| Hex | E6 | 2B | 23 | 0 | 51 | 55 | A | 2 | 50 | 34 |
| Octal | 346 | 53 | 43 | 0 | 121 | 125 | 12 | 2 | 120 | 64 |
| Binary | 11100110 | 101011 | 100011 | 0 | 1010001 | 1010101 | 1010 | 10 | 1010000 | 110100 |
Color Harmonies of #E62B23
Complementary color
Monochromatic Colors of #E62B23
Black with #E62B23
Text Example
Text Example
White with #E62B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62B23; }
p { color: rgb(230,43,35); }
H1.HeaderClassName
{
color: #E62B23;
}
.AnyTagClassName
{
color: #E62B23;
}
</style>
background-color css
<style>
a { background-color: #E62B23; }
a { background-color: rgb(230,43,35); }
div.DivClassName
{
background-color: #E62B23;
}
.BgClassName
{
background-color: #E62B23;
}
</style>
border-color css
<style>
span { border-color: #E62B23; }
span { border-color: rgb(230,43,35); }
td.TdClassName
{
border-color: #E62B23;
}
.TagClassName
{
border-color: #E62B23;
}
</style>