Shades of Cinnabar #EF3A2C
Tints of Cinnabar #EF3A2C
RGB
CMYK
RGB Variations
Color information
#EF3A2C (or 0xEF3A2C) is known color: Cinnabar. HEX triplet: EF, 3A and 2C. RGB value is (239,58,44). Sum of RGB (Red+Green+Blue) = 239+58+44=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A2C is #10C5D3. Grayscale: #6E6E6E. Windows color (decimal): -1099220 or 2898671. OLE color: 2898671.
HSL color Cylindrical-coordinate representation of color #EF3A2C: hue angle of 4.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF3A2C is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 44 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.06 |
| HSL | 4.31º | 0.86% | 0.55% | - |
| HSV(B) | 4.31º | 0.82% | 0.94% | - |
| XYZ | 37.56 | 21.56 | 4.56 | - |
| YUV | 110.52 | 90.47 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 44 | 0 | 0.76 | 0.82 | 0.06 | 4.31 | 0.86 | 0.55 |
| Hex | EF | 3A | 2C | 0 | 4C | 52 | 6 | 4 | 56 | 37 |
| Octal | 357 | 72 | 54 | 0 | 114 | 122 | 6 | 4 | 126 | 67 |
| Binary | 11101111 | 111010 | 101100 | 0 | 1001100 | 1010010 | 110 | 100 | 1010110 | 110111 |
Color Harmonies of #EF3A2C
Complementary color
Monochromatic Colors of #EF3A2C
Black with #EF3A2C
Text Example
Text Example
White with #EF3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A2C; }
p { color: rgb(239,58,44); }
H1.HeaderClassName
{
color: #EF3A2C;
}
.AnyTagClassName
{
color: #EF3A2C;
}
</style>
background-color css
<style>
a { background-color: #EF3A2C; }
a { background-color: rgb(239,58,44); }
div.DivClassName
{
background-color: #EF3A2C;
}
.BgClassName
{
background-color: #EF3A2C;
}
</style>
border-color css
<style>
span { border-color: #EF3A2C; }
span { border-color: rgb(239,58,44); }
td.TdClassName
{
border-color: #EF3A2C;
}
.TagClassName
{
border-color: #EF3A2C;
}
</style>