Shades of Cinnabar #EF3A25
Tints of Cinnabar #EF3A25
RGB
CMYK
RGB Variations
Color information
#EF3A25 (or 0xEF3A25) is known color: Cinnabar. HEX triplet: EF, 3A and 25. RGB value is (239,58,37). Sum of RGB (Red+Green+Blue) = 239+58+37=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A25 is #10C5DA. Grayscale: #6D6D6D. Windows color (decimal): -1099227 or 2439919. OLE color: 2439919.
HSL color Cylindrical-coordinate representation of color #EF3A25: hue angle of 6.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF3A25 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 37 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.06 |
| HSL | 6.24º | 0.86% | 0.54% | - |
| HSV(B) | 6.24º | 0.85% | 0.94% | - |
| XYZ | 37.44 | 21.51 | 3.93 | - |
| YUV | 109.73 | 86.97 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 37 | 0 | 0.76 | 0.85 | 0.06 | 6.24 | 0.86 | 0.54 |
| Hex | EF | 3A | 25 | 0 | 4C | 55 | 6 | 6 | 56 | 36 |
| Octal | 357 | 72 | 45 | 0 | 114 | 125 | 6 | 6 | 126 | 66 |
| Binary | 11101111 | 111010 | 100101 | 0 | 1001100 | 1010101 | 110 | 110 | 1010110 | 110110 |
Color Harmonies of #EF3A25
Complementary color
Monochromatic Colors of #EF3A25
Black with #EF3A25
Text Example
Text Example
White with #EF3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A25; }
p { color: rgb(239,58,37); }
H1.HeaderClassName
{
color: #EF3A25;
}
.AnyTagClassName
{
color: #EF3A25;
}
</style>
background-color css
<style>
a { background-color: #EF3A25; }
a { background-color: rgb(239,58,37); }
div.DivClassName
{
background-color: #EF3A25;
}
.BgClassName
{
background-color: #EF3A25;
}
</style>
border-color css
<style>
span { border-color: #EF3A25; }
span { border-color: rgb(239,58,37); }
td.TdClassName
{
border-color: #EF3A25;
}
.TagClassName
{
border-color: #EF3A25;
}
</style>