Shades of Cinnabar #EF442C
Tints of Cinnabar #EF442C
RGB
CMYK
RGB Variations
Color information
#EF442C (or 0xEF442C) is known color: Cinnabar. HEX triplet: EF, 44 and 2C. RGB value is (239,68,44). Sum of RGB (Red+Green+Blue) = 239+68+44=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF442C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF442C is #10BBD3. Grayscale: #747474. Windows color (decimal): -1096660 or 2901231. OLE color: 2901231.
HSL color Cylindrical-coordinate representation of color #EF442C: hue angle of 7.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF442C is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 44 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.06 |
| HSL | 7.38º | 0.86% | 0.55% | - |
| HSV(B) | 7.38º | 0.82% | 0.94% | - |
| XYZ | 38.12 | 22.67 | 4.75 | - |
| YUV | 116.39 | 87.15 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 44 | 0 | 0.72 | 0.82 | 0.06 | 7.38 | 0.86 | 0.55 |
| Hex | EF | 44 | 2C | 0 | 48 | 52 | 6 | 7 | 56 | 37 |
| Octal | 357 | 104 | 54 | 0 | 110 | 122 | 6 | 7 | 126 | 67 |
| Binary | 11101111 | 1000100 | 101100 | 0 | 1001000 | 1010010 | 110 | 111 | 1010110 | 110111 |
Color Harmonies of #EF442C
Complementary color
Monochromatic Colors of #EF442C
Black with #EF442C
Text Example
Text Example
White with #EF442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF442C; }
p { color: rgb(239,68,44); }
H1.HeaderClassName
{
color: #EF442C;
}
.AnyTagClassName
{
color: #EF442C;
}
</style>
background-color css
<style>
a { background-color: #EF442C; }
a { background-color: rgb(239,68,44); }
div.DivClassName
{
background-color: #EF442C;
}
.BgClassName
{
background-color: #EF442C;
}
</style>
border-color css
<style>
span { border-color: #EF442C; }
span { border-color: rgb(239,68,44); }
td.TdClassName
{
border-color: #EF442C;
}
.TagClassName
{
border-color: #EF442C;
}
</style>