Shades of Cinnabar #EF3A19
Tints of Cinnabar #EF3A19
RGB
CMYK
RGB Variations
Color information
#EF3A19 (or 0xEF3A19) is known color: Cinnabar. HEX triplet: EF, 3A and 19. RGB value is (239,58,25). Sum of RGB (Red+Green+Blue) = 239+58+25=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3A19 is #10C5E6. Grayscale: #6C6C6C. Windows color (decimal): -1099239 or 1653487. OLE color: 1653487.
HSL color Cylindrical-coordinate representation of color #EF3A19: hue angle of 9.25º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF3A19 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 25 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.06 |
| HSL | 9.25º | 0.87% | 0.52% | - |
| HSV(B) | 9.25º | 0.9% | 0.94% | - |
| XYZ | 37.29 | 21.45 | 3.09 | - |
| YUV | 108.36 | 80.97 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 25 | 0 | 0.76 | 0.90 | 0.06 | 9.25 | 0.87 | 0.52 |
| Hex | EF | 3A | 19 | 0 | 4C | 5A | 6 | 9 | 57 | 34 |
| Octal | 357 | 72 | 31 | 0 | 114 | 132 | 6 | 11 | 127 | 64 |
| Binary | 11101111 | 111010 | 11001 | 0 | 1001100 | 1011010 | 110 | 1001 | 1010111 | 110100 |
Color Harmonies of #EF3A19
Complementary color
Monochromatic Colors of #EF3A19
Black with #EF3A19
Text Example
Text Example
White with #EF3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A19; }
p { color: rgb(239,58,25); }
H1.HeaderClassName
{
color: #EF3A19;
}
.AnyTagClassName
{
color: #EF3A19;
}
</style>
background-color css
<style>
a { background-color: #EF3A19; }
a { background-color: rgb(239,58,25); }
div.DivClassName
{
background-color: #EF3A19;
}
.BgClassName
{
background-color: #EF3A19;
}
</style>
border-color css
<style>
span { border-color: #EF3A19; }
span { border-color: rgb(239,58,25); }
td.TdClassName
{
border-color: #EF3A19;
}
.TagClassName
{
border-color: #EF3A19;
}
</style>