Shades of Cinnabar #EF441D
Tints of Cinnabar #EF441D
RGB
CMYK
RGB Variations
Color information
#EF441D (or 0xEF441D) is known color: Cinnabar. HEX triplet: EF, 44 and 1D. RGB value is (239,68,29). Sum of RGB (Red+Green+Blue) = 239+68+29=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF441D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF441D is #10BBE2. Grayscale: #737373. Windows color (decimal): -1096675 or 1918191. OLE color: 1918191.
HSL color Cylindrical-coordinate representation of color #EF441D: hue angle of 11.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF441D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.06 |
| HSL | 11.14º | 0.87% | 0.53% | - |
| HSV(B) | 11.14º | 0.88% | 0.94% | - |
| XYZ | 37.89 | 22.57 | 3.52 | - |
| YUV | 114.68 | 79.65 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 29 | 0 | 0.72 | 0.88 | 0.06 | 11.14 | 0.87 | 0.53 |
| Hex | EF | 44 | 1D | 0 | 48 | 58 | 6 | B | 57 | 35 |
| Octal | 357 | 104 | 35 | 0 | 110 | 130 | 6 | 13 | 127 | 65 |
| Binary | 11101111 | 1000100 | 11101 | 0 | 1001000 | 1011000 | 110 | 1011 | 1010111 | 110101 |
Color Harmonies of #EF441D
Complementary color
Monochromatic Colors of #EF441D
Black with #EF441D
Text Example
Text Example
White with #EF441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF441D; }
p { color: rgb(239,68,29); }
H1.HeaderClassName
{
color: #EF441D;
}
.AnyTagClassName
{
color: #EF441D;
}
</style>
background-color css
<style>
a { background-color: #EF441D; }
a { background-color: rgb(239,68,29); }
div.DivClassName
{
background-color: #EF441D;
}
.BgClassName
{
background-color: #EF441D;
}
</style>
border-color css
<style>
span { border-color: #EF441D; }
span { border-color: rgb(239,68,29); }
td.TdClassName
{
border-color: #EF441D;
}
.TagClassName
{
border-color: #EF441D;
}
</style>