Shades of Cinnabar #EF341C
Tints of Cinnabar #EF341C
RGB
CMYK
RGB Variations
Color information
#EF341C (or 0xEF341C) is known color: Cinnabar. HEX triplet: EF, 34 and 1C. RGB value is (239,52,28). Sum of RGB (Red+Green+Blue) = 239+52+28=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF341C is #10CBE3. Grayscale: #696969. Windows color (decimal): -1100772 or 1848559. OLE color: 1848559.
HSL color Cylindrical-coordinate representation of color #EF341C: hue angle of 6.82º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF341C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 28 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.06 |
| HSL | 6.82º | 0.87% | 0.52% | - |
| HSV(B) | 6.82º | 0.88% | 0.94% | - |
| XYZ | 37.03 | 20.89 | 3.18 | - |
| YUV | 105.18 | 84.45 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 28 | 0 | 0.78 | 0.88 | 0.06 | 6.82 | 0.87 | 0.52 |
| Hex | EF | 34 | 1C | 0 | 4E | 58 | 6 | 7 | 57 | 34 |
| Octal | 357 | 64 | 34 | 0 | 116 | 130 | 6 | 7 | 127 | 64 |
| Binary | 11101111 | 110100 | 11100 | 0 | 1001110 | 1011000 | 110 | 111 | 1010111 | 110100 |
Color Harmonies of #EF341C
Complementary color
Monochromatic Colors of #EF341C
Black with #EF341C
Text Example
Text Example
White with #EF341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF341C; }
p { color: rgb(239,52,28); }
H1.HeaderClassName
{
color: #EF341C;
}
.AnyTagClassName
{
color: #EF341C;
}
</style>
background-color css
<style>
a { background-color: #EF341C; }
a { background-color: rgb(239,52,28); }
div.DivClassName
{
background-color: #EF341C;
}
.BgClassName
{
background-color: #EF341C;
}
</style>
border-color css
<style>
span { border-color: #EF341C; }
span { border-color: rgb(239,52,28); }
td.TdClassName
{
border-color: #EF341C;
}
.TagClassName
{
border-color: #EF341C;
}
</style>