Shades of Cinnabar #EF3C26
Tints of Cinnabar #EF3C26
RGB
CMYK
RGB Variations
Color information
#EF3C26 (or 0xEF3C26) is known color: Cinnabar. HEX triplet: EF, 3C and 26. RGB value is (239,60,38). Sum of RGB (Red+Green+Blue) = 239+60+38=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C26 is #10C3D9. Grayscale: #6F6F6F. Windows color (decimal): -1098714 or 2505967. OLE color: 2505967.
HSL color Cylindrical-coordinate representation of color #EF3C26: hue angle of 6.57º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF3C26 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 38 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.06 |
| HSL | 6.57º | 0.86% | 0.54% | - |
| HSV(B) | 6.57º | 0.84% | 0.94% | - |
| XYZ | 37.56 | 21.72 | 4.05 | - |
| YUV | 111.01 | 86.8 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 38 | 0 | 0.75 | 0.84 | 0.06 | 6.57 | 0.86 | 0.54 |
| Hex | EF | 3C | 26 | 0 | 4B | 54 | 6 | 7 | 56 | 36 |
| Octal | 357 | 74 | 46 | 0 | 113 | 124 | 6 | 7 | 126 | 66 |
| Binary | 11101111 | 111100 | 100110 | 0 | 1001011 | 1010100 | 110 | 111 | 1010110 | 110110 |
Color Harmonies of #EF3C26
Complementary color
Monochromatic Colors of #EF3C26
Black with #EF3C26
Text Example
Text Example
White with #EF3C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C26; }
p { color: rgb(239,60,38); }
H1.HeaderClassName
{
color: #EF3C26;
}
.AnyTagClassName
{
color: #EF3C26;
}
</style>
background-color css
<style>
a { background-color: #EF3C26; }
a { background-color: rgb(239,60,38); }
div.DivClassName
{
background-color: #EF3C26;
}
.BgClassName
{
background-color: #EF3C26;
}
</style>
border-color css
<style>
span { border-color: #EF3C26; }
span { border-color: rgb(239,60,38); }
td.TdClassName
{
border-color: #EF3C26;
}
.TagClassName
{
border-color: #EF3C26;
}
</style>