Shades of Cinnabar #EF431B
Tints of Cinnabar #EF431B
RGB
CMYK
RGB Variations
Color information
#EF431B (or 0xEF431B) is known color: Cinnabar. HEX triplet: EF, 43 and 1B. RGB value is (239,67,27). Sum of RGB (Red+Green+Blue) = 239+67+27=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF431B is #10BCE4. Grayscale: #727272. Windows color (decimal): -1096933 or 1786863. OLE color: 1786863.
HSL color Cylindrical-coordinate representation of color #EF431B: hue angle of 11.32º 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 #EF431B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.06 |
| HSL | 11.32º | 0.87% | 0.52% | - |
| HSV(B) | 11.32º | 0.89% | 0.94% | - |
| XYZ | 37.8 | 22.44 | 3.38 | - |
| YUV | 113.87 | 78.98 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 27 | 0 | 0.72 | 0.89 | 0.06 | 11.32 | 0.87 | 0.52 |
| Hex | EF | 43 | 1B | 0 | 48 | 59 | 6 | B | 57 | 34 |
| Octal | 357 | 103 | 33 | 0 | 110 | 131 | 6 | 13 | 127 | 64 |
| Binary | 11101111 | 1000011 | 11011 | 0 | 1001000 | 1011001 | 110 | 1011 | 1010111 | 110100 |
Color Harmonies of #EF431B
Complementary color
Monochromatic Colors of #EF431B
Black with #EF431B
Text Example
Text Example
White with #EF431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF431B; }
p { color: rgb(239,67,27); }
H1.HeaderClassName
{
color: #EF431B;
}
.AnyTagClassName
{
color: #EF431B;
}
</style>
background-color css
<style>
a { background-color: #EF431B; }
a { background-color: rgb(239,67,27); }
div.DivClassName
{
background-color: #EF431B;
}
.BgClassName
{
background-color: #EF431B;
}
</style>
border-color css
<style>
span { border-color: #EF431B; }
span { border-color: rgb(239,67,27); }
td.TdClassName
{
border-color: #EF431B;
}
.TagClassName
{
border-color: #EF431B;
}
</style>