Shades of Cinnabar #E65130
Tints of Cinnabar #E65130
RGB
CMYK
RGB Variations
Color information
#E65130 (or 0xE65130) is known color: Cinnabar. HEX triplet: E6, 51 and 30. RGB value is (230,81,48). Sum of RGB (Red+Green+Blue) = 230+81+48=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E65130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65130 is #19AECF. Grayscale: #7A7A7A. Windows color (decimal): -1683152 or 3166694. OLE color: 3166694.
HSL color Cylindrical-coordinate representation of color #E65130: hue angle of 10.88º 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 #E65130 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 48 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.10 |
| HSL | 10.88º | 0.78% | 0.55% | - |
| HSV(B) | 10.88º | 0.79% | 0.9% | - |
| XYZ | 36.11 | 22.92 | 5.32 | - |
| YUV | 121.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 48 | 0 | 0.65 | 0.79 | 0.10 | 10.88 | 0.78 | 0.55 |
| Hex | E6 | 51 | 30 | 0 | 41 | 4F | A | B | 4E | 37 |
| Octal | 346 | 121 | 60 | 0 | 101 | 117 | 12 | 13 | 116 | 67 |
| Binary | 11100110 | 1010001 | 110000 | 0 | 1000001 | 1001111 | 1010 | 1011 | 1001110 | 110111 |
Color Harmonies of #E65130
Complementary color
Monochromatic Colors of #E65130
Black with #E65130
Text Example
Text Example
White with #E65130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65130; }
p { color: rgb(230,81,48); }
H1.HeaderClassName
{
color: #E65130;
}
.AnyTagClassName
{
color: #E65130;
}
</style>
background-color css
<style>
a { background-color: #E65130; }
a { background-color: rgb(230,81,48); }
div.DivClassName
{
background-color: #E65130;
}
.BgClassName
{
background-color: #E65130;
}
</style>
border-color css
<style>
span { border-color: #E65130; }
span { border-color: rgb(230,81,48); }
td.TdClassName
{
border-color: #E65130;
}
.TagClassName
{
border-color: #E65130;
}
</style>