Shades of Cinnabar #E6381E
Tints of Cinnabar #E6381E
RGB
CMYK
RGB Variations
Color information
#E6381E (or 0xE6381E) is known color: Cinnabar. HEX triplet: E6, 38 and 1E. RGB value is (230,56,30). Sum of RGB (Red+Green+Blue) = 230+56+30=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E6381E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6381E is #19C7E1. Grayscale: #696969. Windows color (decimal): -1689570 or 1980646. OLE color: 1980646.
HSL color Cylindrical-coordinate representation of color #E6381E: hue angle of 7.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6381E is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 30 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.10 |
| HSL | 7.8º | 0.8% | 0.51% | - |
| HSV(B) | 7.8º | 0.87% | 0.9% | - |
| XYZ | 34.28 | 19.75 | 3.23 | - |
| YUV | 105.06 | 85.65 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 30 | 0 | 0.76 | 0.87 | 0.10 | 7.8 | 0.8 | 0.51 |
| Hex | E6 | 38 | 1E | 0 | 4C | 57 | A | 8 | 50 | 33 |
| Octal | 346 | 70 | 36 | 0 | 114 | 127 | 12 | 10 | 120 | 63 |
| Binary | 11100110 | 111000 | 11110 | 0 | 1001100 | 1010111 | 1010 | 1000 | 1010000 | 110011 |
Color Harmonies of #E6381E
Complementary color
Monochromatic Colors of #E6381E
Black with #E6381E
Text Example
Text Example
White with #E6381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6381E; }
p { color: rgb(230,56,30); }
H1.HeaderClassName
{
color: #E6381E;
}
.AnyTagClassName
{
color: #E6381E;
}
</style>
background-color css
<style>
a { background-color: #E6381E; }
a { background-color: rgb(230,56,30); }
div.DivClassName
{
background-color: #E6381E;
}
.BgClassName
{
background-color: #E6381E;
}
</style>
border-color css
<style>
span { border-color: #E6381E; }
span { border-color: rgb(230,56,30); }
td.TdClassName
{
border-color: #E6381E;
}
.TagClassName
{
border-color: #E6381E;
}
</style>