Shades of Cinnabar #EF481C
Tints of Cinnabar #EF481C
RGB
CMYK
RGB Variations
Color information
#EF481C (or 0xEF481C) is known color: Cinnabar. HEX triplet: EF, 48 and 1C. RGB value is (239,72,28). Sum of RGB (Red+Green+Blue) = 239+72+28=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF481C is #10B7E3. Grayscale: #757575. Windows color (decimal): -1095652 or 1853679. OLE color: 1853679.
HSL color Cylindrical-coordinate representation of color #EF481C: hue angle of 12.51º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF481C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 28 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.06 |
| HSL | 12.51º | 0.87% | 0.52% | - |
| HSV(B) | 12.51º | 0.88% | 0.94% | - |
| XYZ | 38.12 | 23.07 | 3.54 | - |
| YUV | 116.92 | 77.83 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 28 | 0 | 0.70 | 0.88 | 0.06 | 12.51 | 0.87 | 0.52 |
| Hex | EF | 48 | 1C | 0 | 46 | 58 | 6 | D | 57 | 34 |
| Octal | 357 | 110 | 34 | 0 | 106 | 130 | 6 | 15 | 127 | 64 |
| Binary | 11101111 | 1001000 | 11100 | 0 | 1000110 | 1011000 | 110 | 1101 | 1010111 | 110100 |
Color Harmonies of #EF481C
Complementary color
Monochromatic Colors of #EF481C
Black with #EF481C
Text Example
Text Example
White with #EF481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF481C; }
p { color: rgb(239,72,28); }
H1.HeaderClassName
{
color: #EF481C;
}
.AnyTagClassName
{
color: #EF481C;
}
</style>
background-color css
<style>
a { background-color: #EF481C; }
a { background-color: rgb(239,72,28); }
div.DivClassName
{
background-color: #EF481C;
}
.BgClassName
{
background-color: #EF481C;
}
</style>
border-color css
<style>
span { border-color: #EF481C; }
span { border-color: rgb(239,72,28); }
td.TdClassName
{
border-color: #EF481C;
}
.TagClassName
{
border-color: #EF481C;
}
</style>