Shades of Cinnabar #EF331A
Tints of Cinnabar #EF331A
RGB
CMYK
RGB Variations
Color information
#EF331A (or 0xEF331A) is known color: Cinnabar. HEX triplet: EF, 33 and 1A. RGB value is (239,51,26). Sum of RGB (Red+Green+Blue) = 239+51+26=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF331A is #10CCE5. Grayscale: #686868. Windows color (decimal): -1101030 or 1717231. OLE color: 1717231.
HSL color Cylindrical-coordinate representation of color #EF331A: hue angle of 7.04º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF331A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 26 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.06 |
| HSL | 7.04º | 0.87% | 0.52% | - |
| HSV(B) | 7.04º | 0.89% | 0.94% | - |
| XYZ | 36.97 | 20.79 | 3.04 | - |
| YUV | 104.36 | 83.78 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 26 | 0 | 0.79 | 0.89 | 0.06 | 7.04 | 0.87 | 0.52 |
| Hex | EF | 33 | 1A | 0 | 4F | 59 | 6 | 7 | 57 | 34 |
| Octal | 357 | 63 | 32 | 0 | 117 | 131 | 6 | 7 | 127 | 64 |
| Binary | 11101111 | 110011 | 11010 | 0 | 1001111 | 1011001 | 110 | 111 | 1010111 | 110100 |
Color Harmonies of #EF331A
Complementary color
Monochromatic Colors of #EF331A
Black with #EF331A
Text Example
Text Example
White with #EF331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF331A; }
p { color: rgb(239,51,26); }
H1.HeaderClassName
{
color: #EF331A;
}
.AnyTagClassName
{
color: #EF331A;
}
</style>
background-color css
<style>
a { background-color: #EF331A; }
a { background-color: rgb(239,51,26); }
div.DivClassName
{
background-color: #EF331A;
}
.BgClassName
{
background-color: #EF331A;
}
</style>
border-color css
<style>
span { border-color: #EF331A; }
span { border-color: rgb(239,51,26); }
td.TdClassName
{
border-color: #EF331A;
}
.TagClassName
{
border-color: #EF331A;
}
</style>