Shades of Cinnabar #E4341F
Tints of Cinnabar #E4341F
RGB
CMYK
RGB Variations
Color information
#E4341F (or 0xE4341F) is known color: Cinnabar. HEX triplet: E4, 34 and 1F. RGB value is (228,52,31). Sum of RGB (Red+Green+Blue) = 228+52+31=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E4341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4341F is #1BCBE0. Grayscale: #666666. Windows color (decimal): -1821665 or 2045156. OLE color: 2045156.
HSL color Cylindrical-coordinate representation of color #E4341F: hue angle of 6.4º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4341F is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 31 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.11 |
| HSL | 6.4º | 0.78% | 0.51% | - |
| HSV(B) | 6.4º | 0.86% | 0.89% | - |
| XYZ | 33.47 | 19.05 | 3.21 | - |
| YUV | 102.23 | 87.81 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 31 | 0 | 0.77 | 0.86 | 0.11 | 6.4 | 0.78 | 0.51 |
| Hex | E4 | 34 | 1F | 0 | 4D | 56 | B | 6 | 4E | 33 |
| Octal | 344 | 64 | 37 | 0 | 115 | 126 | 13 | 6 | 116 | 63 |
| Binary | 11100100 | 110100 | 11111 | 0 | 1001101 | 1010110 | 1011 | 110 | 1001110 | 110011 |
Color Harmonies of #E4341F
Complementary color
Monochromatic Colors of #E4341F
Black with #E4341F
Text Example
Text Example
White with #E4341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4341F; }
p { color: rgb(228,52,31); }
H1.HeaderClassName
{
color: #E4341F;
}
.AnyTagClassName
{
color: #E4341F;
}
</style>
background-color css
<style>
a { background-color: #E4341F; }
a { background-color: rgb(228,52,31); }
div.DivClassName
{
background-color: #E4341F;
}
.BgClassName
{
background-color: #E4341F;
}
</style>
border-color css
<style>
span { border-color: #E4341F; }
span { border-color: rgb(228,52,31); }
td.TdClassName
{
border-color: #E4341F;
}
.TagClassName
{
border-color: #E4341F;
}
</style>