Shades of Cinnabar #E65533
Tints of Cinnabar #E65533
RGB
CMYK
RGB Variations
Color information
#E65533 (or 0xE65533) is known color: Cinnabar. HEX triplet: E6, 55 and 33. RGB value is (230,85,51). Sum of RGB (Red+Green+Blue) = 230+85+51=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E65533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65533 is #19AACC. Grayscale: #7C7C7C. Windows color (decimal): -1682125 or 3364326. OLE color: 3364326.
HSL color Cylindrical-coordinate representation of color #E65533: hue angle of 11.4º 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 #E65533 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 51 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.10 |
| HSL | 11.4º | 0.78% | 0.55% | - |
| HSV(B) | 11.4º | 0.78% | 0.9% | - |
| XYZ | 36.48 | 23.56 | 5.76 | - |
| YUV | 124.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 51 | 0 | 0.63 | 0.78 | 0.10 | 11.4 | 0.78 | 0.55 |
| Hex | E6 | 55 | 33 | 0 | 3F | 4E | A | B | 4E | 37 |
| Octal | 346 | 125 | 63 | 0 | 77 | 116 | 12 | 13 | 116 | 67 |
| Binary | 11100110 | 1010101 | 110011 | 0 | 111111 | 1001110 | 1010 | 1011 | 1001110 | 110111 |
Color Harmonies of #E65533
Complementary color
Monochromatic Colors of #E65533
Black with #E65533
Text Example
Text Example
White with #E65533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65533; }
p { color: rgb(230,85,51); }
H1.HeaderClassName
{
color: #E65533;
}
.AnyTagClassName
{
color: #E65533;
}
</style>
background-color css
<style>
a { background-color: #E65533; }
a { background-color: rgb(230,85,51); }
div.DivClassName
{
background-color: #E65533;
}
.BgClassName
{
background-color: #E65533;
}
</style>
border-color css
<style>
span { border-color: #E65533; }
span { border-color: rgb(230,85,51); }
td.TdClassName
{
border-color: #E65533;
}
.TagClassName
{
border-color: #E65533;
}
</style>