Shades of Cinnabar #EF351C
Tints of Cinnabar #EF351C
RGB
CMYK
RGB Variations
Color information
#EF351C (or 0xEF351C) is known color: Cinnabar. HEX triplet: EF, 35 and 1C. RGB value is (239,53,28). Sum of RGB (Red+Green+Blue) = 239+53+28=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF351C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF351C is #10CAE3. Grayscale: #6A6A6A. Windows color (decimal): -1100516 or 1848815. OLE color: 1848815.
HSL color Cylindrical-coordinate representation of color #EF351C: hue angle of 7.11º 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 #EF351C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 28 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.06 |
| HSL | 7.11º | 0.87% | 0.52% | - |
| HSV(B) | 7.11º | 0.88% | 0.94% | - |
| XYZ | 37.08 | 20.98 | 3.19 | - |
| YUV | 105.76 | 84.12 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 28 | 0 | 0.78 | 0.88 | 0.06 | 7.11 | 0.87 | 0.52 |
| Hex | EF | 35 | 1C | 0 | 4E | 58 | 6 | 7 | 57 | 34 |
| Octal | 357 | 65 | 34 | 0 | 116 | 130 | 6 | 7 | 127 | 64 |
| Binary | 11101111 | 110101 | 11100 | 0 | 1001110 | 1011000 | 110 | 111 | 1010111 | 110100 |
Color Harmonies of #EF351C
Complementary color
Monochromatic Colors of #EF351C
Black with #EF351C
Text Example
Text Example
White with #EF351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF351C; }
p { color: rgb(239,53,28); }
H1.HeaderClassName
{
color: #EF351C;
}
.AnyTagClassName
{
color: #EF351C;
}
</style>
background-color css
<style>
a { background-color: #EF351C; }
a { background-color: rgb(239,53,28); }
div.DivClassName
{
background-color: #EF351C;
}
.BgClassName
{
background-color: #EF351C;
}
</style>
border-color css
<style>
span { border-color: #EF351C; }
span { border-color: rgb(239,53,28); }
td.TdClassName
{
border-color: #EF351C;
}
.TagClassName
{
border-color: #EF351C;
}
</style>