Shades of Cinnabar #E65530
Tints of Cinnabar #E65530
RGB
CMYK
RGB Variations
Color information
#E65530 (or 0xE65530) is known color: Cinnabar. HEX triplet: E6, 55 and 30. RGB value is (230,85,48). Sum of RGB (Red+Green+Blue) = 230+85+48=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E65530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65530 is #19AACF. Grayscale: #7C7C7C. Windows color (decimal): -1682128 or 3167718. OLE color: 3167718.
HSL color Cylindrical-coordinate representation of color #E65530: hue angle of 12.2º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E65530 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 48 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.10 |
| HSL | 12.2º | 0.78% | 0.55% | - |
| HSV(B) | 12.2º | 0.79% | 0.9% | - |
| XYZ | 36.42 | 23.53 | 5.42 | - |
| YUV | 124.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 48 | 0 | 0.63 | 0.79 | 0.10 | 12.2 | 0.78 | 0.55 |
| Hex | E6 | 55 | 30 | 0 | 3F | 4F | A | C | 4E | 37 |
| Octal | 346 | 125 | 60 | 0 | 77 | 117 | 12 | 14 | 116 | 67 |
| Binary | 11100110 | 1010101 | 110000 | 0 | 111111 | 1001111 | 1010 | 1100 | 1001110 | 110111 |
Color Harmonies of #E65530
Complementary color
Monochromatic Colors of #E65530
Black with #E65530
Text Example
Text Example
White with #E65530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65530; }
p { color: rgb(230,85,48); }
H1.HeaderClassName
{
color: #E65530;
}
.AnyTagClassName
{
color: #E65530;
}
</style>
background-color css
<style>
a { background-color: #E65530; }
a { background-color: rgb(230,85,48); }
div.DivClassName
{
background-color: #E65530;
}
.BgClassName
{
background-color: #E65530;
}
</style>
border-color css
<style>
span { border-color: #E65530; }
span { border-color: rgb(230,85,48); }
td.TdClassName
{
border-color: #E65530;
}
.TagClassName
{
border-color: #E65530;
}
</style>