Shades of Cinnabar #EF4326
Tints of Cinnabar #EF4326
RGB
CMYK
RGB Variations
Color information
#EF4326 (or 0xEF4326) is known color: Cinnabar. HEX triplet: EF, 43 and 26. RGB value is (239,67,38). Sum of RGB (Red+Green+Blue) = 239+67+38=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4326 is #10BCD9. Grayscale: #737373. Windows color (decimal): -1096922 or 2507759. OLE color: 2507759.
HSL color Cylindrical-coordinate representation of color #EF4326: hue angle of 8.66º 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 #EF4326 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 38 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.06 |
| HSL | 8.66º | 0.86% | 0.54% | - |
| HSV(B) | 8.66º | 0.84% | 0.94% | - |
| XYZ | 37.95 | 22.5 | 4.18 | - |
| YUV | 115.12 | 84.48 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 38 | 0 | 0.72 | 0.84 | 0.06 | 8.66 | 0.86 | 0.54 |
| Hex | EF | 43 | 26 | 0 | 48 | 54 | 6 | 9 | 56 | 36 |
| Octal | 357 | 103 | 46 | 0 | 110 | 124 | 6 | 11 | 126 | 66 |
| Binary | 11101111 | 1000011 | 100110 | 0 | 1001000 | 1010100 | 110 | 1001 | 1010110 | 110110 |
Color Harmonies of #EF4326
Complementary color
Monochromatic Colors of #EF4326
Black with #EF4326
Text Example
Text Example
White with #EF4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4326; }
p { color: rgb(239,67,38); }
H1.HeaderClassName
{
color: #EF4326;
}
.AnyTagClassName
{
color: #EF4326;
}
</style>
background-color css
<style>
a { background-color: #EF4326; }
a { background-color: rgb(239,67,38); }
div.DivClassName
{
background-color: #EF4326;
}
.BgClassName
{
background-color: #EF4326;
}
</style>
border-color css
<style>
span { border-color: #EF4326; }
span { border-color: rgb(239,67,38); }
td.TdClassName
{
border-color: #EF4326;
}
.TagClassName
{
border-color: #EF4326;
}
</style>