Shades of Cinnabar #EF311B
Tints of Cinnabar #EF311B
RGB
CMYK
RGB Variations
Color information
#EF311B (or 0xEF311B) is known color: Cinnabar. HEX triplet: EF, 31 and 1B. RGB value is (239,49,27). Sum of RGB (Red+Green+Blue) = 239+49+27=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF311B is #10CEE4. Grayscale: #676767. Windows color (decimal): -1101541 or 1782255. OLE color: 1782255.
HSL color Cylindrical-coordinate representation of color #EF311B: hue angle of 6.23º 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 #EF311B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 27 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.06 |
| HSL | 6.23º | 0.87% | 0.52% | - |
| HSV(B) | 6.23º | 0.89% | 0.94% | - |
| XYZ | 36.89 | 20.63 | 3.07 | - |
| YUV | 103.3 | 84.95 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 27 | 0 | 0.79 | 0.89 | 0.06 | 6.23 | 0.87 | 0.52 |
| Hex | EF | 31 | 1B | 0 | 4F | 59 | 6 | 6 | 57 | 34 |
| Octal | 357 | 61 | 33 | 0 | 117 | 131 | 6 | 6 | 127 | 64 |
| Binary | 11101111 | 110001 | 11011 | 0 | 1001111 | 1011001 | 110 | 110 | 1010111 | 110100 |
Color Harmonies of #EF311B
Complementary color
Monochromatic Colors of #EF311B
Black with #EF311B
Text Example
Text Example
White with #EF311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF311B; }
p { color: rgb(239,49,27); }
H1.HeaderClassName
{
color: #EF311B;
}
.AnyTagClassName
{
color: #EF311B;
}
</style>
background-color css
<style>
a { background-color: #EF311B; }
a { background-color: rgb(239,49,27); }
div.DivClassName
{
background-color: #EF311B;
}
.BgClassName
{
background-color: #EF311B;
}
</style>
border-color css
<style>
span { border-color: #EF311B; }
span { border-color: rgb(239,49,27); }
td.TdClassName
{
border-color: #EF311B;
}
.TagClassName
{
border-color: #EF311B;
}
</style>