Shades of Cinnabar #EF341E
Tints of Cinnabar #EF341E
RGB
CMYK
RGB Variations
Color information
#EF341E (or 0xEF341E) is known color: Cinnabar. HEX triplet: EF, 34 and 1E. RGB value is (239,52,30). Sum of RGB (Red+Green+Blue) = 239+52+30=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF341E is #10CBE1. Grayscale: #696969. Windows color (decimal): -1100770 or 1979631. OLE color: 1979631.
HSL color Cylindrical-coordinate representation of color #EF341E: hue angle of 6.32º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF341E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.06 |
| HSL | 6.32º | 0.87% | 0.53% | - |
| HSV(B) | 6.32º | 0.87% | 0.94% | - |
| XYZ | 37.06 | 20.9 | 3.31 | - |
| YUV | 105.41 | 85.45 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 30 | 0 | 0.78 | 0.87 | 0.06 | 6.32 | 0.87 | 0.53 |
| Hex | EF | 34 | 1E | 0 | 4E | 57 | 6 | 6 | 57 | 35 |
| Octal | 357 | 64 | 36 | 0 | 116 | 127 | 6 | 6 | 127 | 65 |
| Binary | 11101111 | 110100 | 11110 | 0 | 1001110 | 1010111 | 110 | 110 | 1010111 | 110101 |
Color Harmonies of #EF341E
Complementary color
Monochromatic Colors of #EF341E
Black with #EF341E
Text Example
Text Example
White with #EF341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF341E; }
p { color: rgb(239,52,30); }
H1.HeaderClassName
{
color: #EF341E;
}
.AnyTagClassName
{
color: #EF341E;
}
</style>
background-color css
<style>
a { background-color: #EF341E; }
a { background-color: rgb(239,52,30); }
div.DivClassName
{
background-color: #EF341E;
}
.BgClassName
{
background-color: #EF341E;
}
</style>
border-color css
<style>
span { border-color: #EF341E; }
span { border-color: rgb(239,52,30); }
td.TdClassName
{
border-color: #EF341E;
}
.TagClassName
{
border-color: #EF341E;
}
</style>