Shades of Cinnabar #EF421B
Tints of Cinnabar #EF421B
RGB
CMYK
RGB Variations
Color information
#EF421B (or 0xEF421B) is known color: Cinnabar. HEX triplet: EF, 42 and 1B. RGB value is (239,66,27). Sum of RGB (Red+Green+Blue) = 239+66+27=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF421B is #10BDE4. Grayscale: #717171. Windows color (decimal): -1097189 or 1786607. OLE color: 1786607.
HSL color Cylindrical-coordinate representation of color #EF421B: hue angle of 11.04º 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 #EF421B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.06 |
| HSL | 11.04º | 0.87% | 0.52% | - |
| HSV(B) | 11.04º | 0.89% | 0.94% | - |
| XYZ | 37.74 | 22.33 | 3.36 | - |
| YUV | 113.28 | 79.31 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 27 | 0 | 0.72 | 0.89 | 0.06 | 11.04 | 0.87 | 0.52 |
| Hex | EF | 42 | 1B | 0 | 48 | 59 | 6 | B | 57 | 34 |
| Octal | 357 | 102 | 33 | 0 | 110 | 131 | 6 | 13 | 127 | 64 |
| Binary | 11101111 | 1000010 | 11011 | 0 | 1001000 | 1011001 | 110 | 1011 | 1010111 | 110100 |
Color Harmonies of #EF421B
Complementary color
Monochromatic Colors of #EF421B
Black with #EF421B
Text Example
Text Example
White with #EF421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF421B; }
p { color: rgb(239,66,27); }
H1.HeaderClassName
{
color: #EF421B;
}
.AnyTagClassName
{
color: #EF421B;
}
</style>
background-color css
<style>
a { background-color: #EF421B; }
a { background-color: rgb(239,66,27); }
div.DivClassName
{
background-color: #EF421B;
}
.BgClassName
{
background-color: #EF421B;
}
</style>
border-color css
<style>
span { border-color: #EF421B; }
span { border-color: rgb(239,66,27); }
td.TdClassName
{
border-color: #EF421B;
}
.TagClassName
{
border-color: #EF421B;
}
</style>