Shades of Cinnabar #E3361C
Tints of Cinnabar #E3361C
RGB
CMYK
RGB Variations
Color information
#E3361C (or 0xE3361C) is known color: Cinnabar. HEX triplet: E3, 36 and 1C. RGB value is (227,54,28). Sum of RGB (Red+Green+Blue) = 227+54+28=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E3361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3361C is #1CC9E3. Grayscale: #676767. Windows color (decimal): -1886692 or 1849059. OLE color: 1849059.
HSL color Cylindrical-coordinate representation of color #E3361C: hue angle of 7.84º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3361C is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 54 | 28 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.11 |
| HSL | 7.84º | 0.78% | 0.5% | - |
| HSV(B) | 7.84º | 0.88% | 0.89% | - |
| XYZ | 33.21 | 19.05 | 3.03 | - |
| YUV | 102.76 | 85.81 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 54 | 28 | 0 | 0.76 | 0.88 | 0.11 | 7.84 | 0.78 | 0.5 |
| Hex | E3 | 36 | 1C | 0 | 4C | 58 | B | 8 | 4E | 32 |
| Octal | 343 | 66 | 34 | 0 | 114 | 130 | 13 | 10 | 116 | 62 |
| Binary | 11100011 | 110110 | 11100 | 0 | 1001100 | 1011000 | 1011 | 1000 | 1001110 | 110010 |
Color Harmonies of #E3361C
Complementary color
Monochromatic Colors of #E3361C
Black with #E3361C
Text Example
Text Example
White with #E3361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3361C; }
p { color: rgb(227,54,28); }
H1.HeaderClassName
{
color: #E3361C;
}
.AnyTagClassName
{
color: #E3361C;
}
</style>
background-color css
<style>
a { background-color: #E3361C; }
a { background-color: rgb(227,54,28); }
div.DivClassName
{
background-color: #E3361C;
}
.BgClassName
{
background-color: #E3361C;
}
</style>
border-color css
<style>
span { border-color: #E3361C; }
span { border-color: rgb(227,54,28); }
td.TdClassName
{
border-color: #E3361C;
}
.TagClassName
{
border-color: #E3361C;
}
</style>