Shades of Cinnabar #EF361D
Tints of Cinnabar #EF361D
RGB
CMYK
RGB Variations
Color information
#EF361D (or 0xEF361D) is known color: Cinnabar. HEX triplet: EF, 36 and 1D. RGB value is (239,54,29). Sum of RGB (Red+Green+Blue) = 239+54+29=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF361D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF361D is #10C9E2. Grayscale: #6A6A6A. Windows color (decimal): -1100259 or 1914607. OLE color: 1914607.
HSL color Cylindrical-coordinate representation of color #EF361D: hue angle of 7.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF361D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 29 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.06 |
| HSL | 7.14º | 0.87% | 0.53% | - |
| HSV(B) | 7.14º | 0.88% | 0.94% | - |
| XYZ | 37.14 | 21.08 | 3.27 | - |
| YUV | 106.47 | 84.29 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 29 | 0 | 0.77 | 0.88 | 0.06 | 7.14 | 0.87 | 0.53 |
| Hex | EF | 36 | 1D | 0 | 4D | 58 | 6 | 7 | 57 | 35 |
| Octal | 357 | 66 | 35 | 0 | 115 | 130 | 6 | 7 | 127 | 65 |
| Binary | 11101111 | 110110 | 11101 | 0 | 1001101 | 1011000 | 110 | 111 | 1010111 | 110101 |
Color Harmonies of #EF361D
Complementary color
Monochromatic Colors of #EF361D
Black with #EF361D
Text Example
Text Example
White with #EF361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF361D; }
p { color: rgb(239,54,29); }
H1.HeaderClassName
{
color: #EF361D;
}
.AnyTagClassName
{
color: #EF361D;
}
</style>
background-color css
<style>
a { background-color: #EF361D; }
a { background-color: rgb(239,54,29); }
div.DivClassName
{
background-color: #EF361D;
}
.BgClassName
{
background-color: #EF361D;
}
</style>
border-color css
<style>
span { border-color: #EF361D; }
span { border-color: rgb(239,54,29); }
td.TdClassName
{
border-color: #EF361D;
}
.TagClassName
{
border-color: #EF361D;
}
</style>