Shades of Cinnabar #EF421C
Tints of Cinnabar #EF421C
RGB
CMYK
RGB Variations
Color information
#EF421C (or 0xEF421C) is known color: Cinnabar. HEX triplet: EF, 42 and 1C. RGB value is (239,66,28). Sum of RGB (Red+Green+Blue) = 239+66+28=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF421C is #10BDE3. Grayscale: #717171. Windows color (decimal): -1097188 or 1852143. OLE color: 1852143.
HSL color Cylindrical-coordinate representation of color #EF421C: hue angle of 10.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF421C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.06 |
| HSL | 10.81º | 0.87% | 0.52% | - |
| HSV(B) | 10.81º | 0.88% | 0.94% | - |
| XYZ | 37.75 | 22.33 | 3.42 | - |
| YUV | 113.4 | 79.81 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 28 | 0 | 0.72 | 0.88 | 0.06 | 10.81 | 0.87 | 0.52 |
| Hex | EF | 42 | 1C | 0 | 48 | 58 | 6 | B | 57 | 34 |
| Octal | 357 | 102 | 34 | 0 | 110 | 130 | 6 | 13 | 127 | 64 |
| Binary | 11101111 | 1000010 | 11100 | 0 | 1001000 | 1011000 | 110 | 1011 | 1010111 | 110100 |
Color Harmonies of #EF421C
Complementary color
Monochromatic Colors of #EF421C
Black with #EF421C
Text Example
Text Example
White with #EF421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF421C; }
p { color: rgb(239,66,28); }
H1.HeaderClassName
{
color: #EF421C;
}
.AnyTagClassName
{
color: #EF421C;
}
</style>
background-color css
<style>
a { background-color: #EF421C; }
a { background-color: rgb(239,66,28); }
div.DivClassName
{
background-color: #EF421C;
}
.BgClassName
{
background-color: #EF421C;
}
</style>
border-color css
<style>
span { border-color: #EF421C; }
span { border-color: rgb(239,66,28); }
td.TdClassName
{
border-color: #EF421C;
}
.TagClassName
{
border-color: #EF421C;
}
</style>