Shades of Cinnabar #E6361B
Tints of Cinnabar #E6361B
RGB
CMYK
RGB Variations
Color information
#E6361B (or 0xE6361B) is known color: Cinnabar. HEX triplet: E6, 36 and 1B. RGB value is (230,54,27). Sum of RGB (Red+Green+Blue) = 230+54+27=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6361B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6361B is #19C9E4. Grayscale: #676767. Windows color (decimal): -1690085 or 1783526. OLE color: 1783526.
HSL color Cylindrical-coordinate representation of color #E6361B: hue angle of 7.98º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6361B is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 27 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.10 |
| HSL | 7.98º | 0.8% | 0.5% | - |
| HSV(B) | 7.98º | 0.88% | 0.9% | - |
| XYZ | 34.15 | 19.54 | 3.01 | - |
| YUV | 103.55 | 84.81 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 27 | 0 | 0.77 | 0.88 | 0.10 | 7.98 | 0.8 | 0.5 |
| Hex | E6 | 36 | 1B | 0 | 4D | 58 | A | 8 | 50 | 32 |
| Octal | 346 | 66 | 33 | 0 | 115 | 130 | 12 | 10 | 120 | 62 |
| Binary | 11100110 | 110110 | 11011 | 0 | 1001101 | 1011000 | 1010 | 1000 | 1010000 | 110010 |
Color Harmonies of #E6361B
Complementary color
Monochromatic Colors of #E6361B
Black with #E6361B
Text Example
Text Example
White with #E6361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6361B; }
p { color: rgb(230,54,27); }
H1.HeaderClassName
{
color: #E6361B;
}
.AnyTagClassName
{
color: #E6361B;
}
</style>
background-color css
<style>
a { background-color: #E6361B; }
a { background-color: rgb(230,54,27); }
div.DivClassName
{
background-color: #E6361B;
}
.BgClassName
{
background-color: #E6361B;
}
</style>
border-color css
<style>
span { border-color: #E6361B; }
span { border-color: rgb(230,54,27); }
td.TdClassName
{
border-color: #E6361B;
}
.TagClassName
{
border-color: #E6361B;
}
</style>