Shades of Cinnabar #EF361B
Tints of Cinnabar #EF361B
RGB
CMYK
RGB Variations
Color information
#EF361B (or 0xEF361B) is known color: Cinnabar. HEX triplet: EF, 36 and 1B. RGB value is (239,54,27). Sum of RGB (Red+Green+Blue) = 239+54+27=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF361B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF361B is #10C9E4. Grayscale: #6A6A6A. Windows color (decimal): -1100261 or 1783535. OLE color: 1783535.
HSL color Cylindrical-coordinate representation of color #EF361B: hue angle of 7.64º 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 #EF361B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 27 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.06 |
| HSL | 7.64º | 0.87% | 0.52% | - |
| HSV(B) | 7.64º | 0.89% | 0.94% | - |
| XYZ | 37.11 | 21.07 | 3.15 | - |
| YUV | 106.24 | 83.29 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 27 | 0 | 0.77 | 0.89 | 0.06 | 7.64 | 0.87 | 0.52 |
| Hex | EF | 36 | 1B | 0 | 4D | 59 | 6 | 8 | 57 | 34 |
| Octal | 357 | 66 | 33 | 0 | 115 | 131 | 6 | 10 | 127 | 64 |
| Binary | 11101111 | 110110 | 11011 | 0 | 1001101 | 1011001 | 110 | 1000 | 1010111 | 110100 |
Color Harmonies of #EF361B
Complementary color
Monochromatic Colors of #EF361B
Black with #EF361B
Text Example
Text Example
White with #EF361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF361B; }
p { color: rgb(239,54,27); }
H1.HeaderClassName
{
color: #EF361B;
}
.AnyTagClassName
{
color: #EF361B;
}
</style>
background-color css
<style>
a { background-color: #EF361B; }
a { background-color: rgb(239,54,27); }
div.DivClassName
{
background-color: #EF361B;
}
.BgClassName
{
background-color: #EF361B;
}
</style>
border-color css
<style>
span { border-color: #EF361B; }
span { border-color: rgb(239,54,27); }
td.TdClassName
{
border-color: #EF361B;
}
.TagClassName
{
border-color: #EF361B;
}
</style>