Shades of Cinnabar #EF301C
Tints of Cinnabar #EF301C
RGB
CMYK
RGB Variations
Color information
#EF301C (or 0xEF301C) is known color: Cinnabar. HEX triplet: EF, 30 and 1C. RGB value is (239,48,28). Sum of RGB (Red+Green+Blue) = 239+48+28=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF301C is #10CFE3. Grayscale: #676767. Windows color (decimal): -1101796 or 1847535. OLE color: 1847535.
HSL color Cylindrical-coordinate representation of color #EF301C: hue angle of 5.69º 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 #EF301C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 28 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.06 |
| HSL | 5.69º | 0.87% | 0.52% | - |
| HSV(B) | 5.69º | 0.88% | 0.94% | - |
| XYZ | 36.86 | 20.55 | 3.12 | - |
| YUV | 102.83 | 85.78 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 28 | 0 | 0.80 | 0.88 | 0.06 | 5.69 | 0.87 | 0.52 |
| Hex | EF | 30 | 1C | 0 | 50 | 58 | 6 | 6 | 57 | 34 |
| Octal | 357 | 60 | 34 | 0 | 120 | 130 | 6 | 6 | 127 | 64 |
| Binary | 11101111 | 110000 | 11100 | 0 | 1010000 | 1011000 | 110 | 110 | 1010111 | 110100 |
Color Harmonies of #EF301C
Complementary color
Monochromatic Colors of #EF301C
Black with #EF301C
Text Example
Text Example
White with #EF301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF301C; }
p { color: rgb(239,48,28); }
H1.HeaderClassName
{
color: #EF301C;
}
.AnyTagClassName
{
color: #EF301C;
}
</style>
background-color css
<style>
a { background-color: #EF301C; }
a { background-color: rgb(239,48,28); }
div.DivClassName
{
background-color: #EF301C;
}
.BgClassName
{
background-color: #EF301C;
}
</style>
border-color css
<style>
span { border-color: #EF301C; }
span { border-color: rgb(239,48,28); }
td.TdClassName
{
border-color: #EF301C;
}
.TagClassName
{
border-color: #EF301C;
}
</style>