Shades of Cinnabar #E65233
Tints of Cinnabar #E65233
RGB
CMYK
RGB Variations
Color information
#E65233 (or 0xE65233) is known color: Cinnabar. HEX triplet: E6, 52 and 33. RGB value is (230,82,51). Sum of RGB (Red+Green+Blue) = 230+82+51=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E65233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65233 is #19ADCC. Grayscale: #7A7A7A. Windows color (decimal): -1682893 or 3363558. OLE color: 3363558.
HSL color Cylindrical-coordinate representation of color #E65233: hue angle of 10.39º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E65233 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 51 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.10 |
| HSL | 10.39º | 0.78% | 0.55% | - |
| HSV(B) | 10.39º | 0.78% | 0.9% | - |
| XYZ | 36.25 | 23.1 | 5.68 | - |
| YUV | 122.72 | 87.53 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 51 | 0 | 0.64 | 0.78 | 0.10 | 10.39 | 0.78 | 0.55 |
| Hex | E6 | 52 | 33 | 0 | 40 | 4E | A | A | 4E | 37 |
| Octal | 346 | 122 | 63 | 0 | 100 | 116 | 12 | 12 | 116 | 67 |
| Binary | 11100110 | 1010010 | 110011 | 0 | 1000000 | 1001110 | 1010 | 1010 | 1001110 | 110111 |
Color Harmonies of #E65233
Complementary color
Monochromatic Colors of #E65233
Black with #E65233
Text Example
Text Example
White with #E65233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65233; }
p { color: rgb(230,82,51); }
H1.HeaderClassName
{
color: #E65233;
}
.AnyTagClassName
{
color: #E65233;
}
</style>
background-color css
<style>
a { background-color: #E65233; }
a { background-color: rgb(230,82,51); }
div.DivClassName
{
background-color: #E65233;
}
.BgClassName
{
background-color: #E65233;
}
</style>
border-color css
<style>
span { border-color: #E65233; }
span { border-color: rgb(230,82,51); }
td.TdClassName
{
border-color: #E65233;
}
.TagClassName
{
border-color: #E65233;
}
</style>