Shades of Cinnabar #EF3A37
Tints of Cinnabar #EF3A37
RGB
CMYK
RGB Variations
Color information
#EF3A37 (or 0xEF3A37) is known color: Cinnabar. HEX triplet: EF, 3A and 37. RGB value is (239,58,55). Sum of RGB (Red+Green+Blue) = 239+58+55=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A37 is #10C5C8. Grayscale: #6F6F6F. Windows color (decimal): -1099209 or 3619567. OLE color: 3619567.
HSL color Cylindrical-coordinate representation of color #EF3A37: hue angle of 0.98º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF3A37 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 55 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.06 |
| HSL | 0.98º | 0.85% | 0.58% | - |
| HSV(B) | 0.98º | 0.77% | 0.94% | - |
| XYZ | 37.8 | 21.65 | 5.8 | - |
| YUV | 111.78 | 95.97 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 55 | 0 | 0.76 | 0.77 | 0.06 | 0.98 | 0.85 | 0.58 |
| Hex | EF | 3A | 37 | 0 | 4C | 4D | 6 | 1 | 55 | 3A |
| Octal | 357 | 72 | 67 | 0 | 114 | 115 | 6 | 1 | 125 | 72 |
| Binary | 11101111 | 111010 | 110111 | 0 | 1001100 | 1001101 | 110 | 1 | 1010101 | 111010 |
Color Harmonies of #EF3A37
Complementary color
Monochromatic Colors of #EF3A37
Black with #EF3A37
Text Example
Text Example
White with #EF3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A37; }
p { color: rgb(239,58,55); }
H1.HeaderClassName
{
color: #EF3A37;
}
.AnyTagClassName
{
color: #EF3A37;
}
</style>
background-color css
<style>
a { background-color: #EF3A37; }
a { background-color: rgb(239,58,55); }
div.DivClassName
{
background-color: #EF3A37;
}
.BgClassName
{
background-color: #EF3A37;
}
</style>
border-color css
<style>
span { border-color: #EF3A37; }
span { border-color: rgb(239,58,55); }
td.TdClassName
{
border-color: #EF3A37;
}
.TagClassName
{
border-color: #EF3A37;
}
</style>