Shades of Cinnabar #EF461A
Tints of Cinnabar #EF461A
RGB
CMYK
RGB Variations
Color information
#EF461A (or 0xEF461A) is known color: Cinnabar. HEX triplet: EF, 46 and 1A. RGB value is (239,70,26). Sum of RGB (Red+Green+Blue) = 239+70+26=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF461A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF461A is #10B9E5. Grayscale: #737373. Windows color (decimal): -1096166 or 1722095. OLE color: 1722095.
HSL color Cylindrical-coordinate representation of color #EF461A: hue angle of 12.39º 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 #EF461A is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 26 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.06 |
| HSL | 12.39º | 0.87% | 0.52% | - |
| HSV(B) | 12.39º | 0.89% | 0.94% | - |
| XYZ | 37.97 | 22.81 | 3.38 | - |
| YUV | 115.52 | 77.49 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 26 | 0 | 0.71 | 0.89 | 0.06 | 12.39 | 0.87 | 0.52 |
| Hex | EF | 46 | 1A | 0 | 47 | 59 | 6 | C | 57 | 34 |
| Octal | 357 | 106 | 32 | 0 | 107 | 131 | 6 | 14 | 127 | 64 |
| Binary | 11101111 | 1000110 | 11010 | 0 | 1000111 | 1011001 | 110 | 1100 | 1010111 | 110100 |
Color Harmonies of #EF461A
Complementary color
Monochromatic Colors of #EF461A
Black with #EF461A
Text Example
Text Example
White with #EF461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF461A; }
p { color: rgb(239,70,26); }
H1.HeaderClassName
{
color: #EF461A;
}
.AnyTagClassName
{
color: #EF461A;
}
</style>
background-color css
<style>
a { background-color: #EF461A; }
a { background-color: rgb(239,70,26); }
div.DivClassName
{
background-color: #EF461A;
}
.BgClassName
{
background-color: #EF461A;
}
</style>
border-color css
<style>
span { border-color: #EF461A; }
span { border-color: rgb(239,70,26); }
td.TdClassName
{
border-color: #EF461A;
}
.TagClassName
{
border-color: #EF461A;
}
</style>