Shades of Cinnabar #EF411C
Tints of Cinnabar #EF411C
RGB
CMYK
RGB Variations
Color information
#EF411C (or 0xEF411C) is known color: Cinnabar. HEX triplet: EF, 41 and 1C. RGB value is (239,65,28). Sum of RGB (Red+Green+Blue) = 239+65+28=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF411C is #10BEE3. Grayscale: #717171. Windows color (decimal): -1097444 or 1851887. OLE color: 1851887.
HSL color Cylindrical-coordinate representation of color #EF411C: hue angle of 10.52º 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 #EF411C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 28 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.06 |
| HSL | 10.52º | 0.87% | 0.52% | - |
| HSV(B) | 10.52º | 0.88% | 0.94% | - |
| XYZ | 37.7 | 22.22 | 3.4 | - |
| YUV | 112.81 | 80.15 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 28 | 0 | 0.73 | 0.88 | 0.06 | 10.52 | 0.87 | 0.52 |
| Hex | EF | 41 | 1C | 0 | 49 | 58 | 6 | B | 57 | 34 |
| Octal | 357 | 101 | 34 | 0 | 111 | 130 | 6 | 13 | 127 | 64 |
| Binary | 11101111 | 1000001 | 11100 | 0 | 1001001 | 1011000 | 110 | 1011 | 1010111 | 110100 |
Color Harmonies of #EF411C
Complementary color
Monochromatic Colors of #EF411C
Black with #EF411C
Text Example
Text Example
White with #EF411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF411C; }
p { color: rgb(239,65,28); }
H1.HeaderClassName
{
color: #EF411C;
}
.AnyTagClassName
{
color: #EF411C;
}
</style>
background-color css
<style>
a { background-color: #EF411C; }
a { background-color: rgb(239,65,28); }
div.DivClassName
{
background-color: #EF411C;
}
.BgClassName
{
background-color: #EF411C;
}
</style>
border-color css
<style>
span { border-color: #EF411C; }
span { border-color: rgb(239,65,28); }
td.TdClassName
{
border-color: #EF411C;
}
.TagClassName
{
border-color: #EF411C;
}
</style>