Shades of Cinnabar #EF4D2A
Tints of Cinnabar #EF4D2A
RGB
CMYK
RGB Variations
Color information
#EF4D2A (or 0xEF4D2A) is known color: Cinnabar. HEX triplet: EF, 4D and 2A. RGB value is (239,77,42). Sum of RGB (Red+Green+Blue) = 239+77+42=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4D2A is #10B2D5. Grayscale: #797979. Windows color (decimal): -1094358 or 2772463. OLE color: 2772463.
HSL color Cylindrical-coordinate representation of color #EF4D2A: hue angle of 10.66º 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 #EF4D2A is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 42 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.06 |
| HSL | 10.66º | 0.86% | 0.55% | - |
| HSV(B) | 10.66º | 0.82% | 0.94% | - |
| XYZ | 38.67 | 23.83 | 4.75 | - |
| YUV | 121.45 | 83.17 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 42 | 0 | 0.68 | 0.82 | 0.06 | 10.66 | 0.86 | 0.55 |
| Hex | EF | 4D | 2A | 0 | 44 | 52 | 6 | B | 56 | 37 |
| Octal | 357 | 115 | 52 | 0 | 104 | 122 | 6 | 13 | 126 | 67 |
| Binary | 11101111 | 1001101 | 101010 | 0 | 1000100 | 1010010 | 110 | 1011 | 1010110 | 110111 |
Color Harmonies of #EF4D2A
Complementary color
Monochromatic Colors of #EF4D2A
Black with #EF4D2A
Text Example
Text Example
White with #EF4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D2A; }
p { color: rgb(239,77,42); }
H1.HeaderClassName
{
color: #EF4D2A;
}
.AnyTagClassName
{
color: #EF4D2A;
}
</style>
background-color css
<style>
a { background-color: #EF4D2A; }
a { background-color: rgb(239,77,42); }
div.DivClassName
{
background-color: #EF4D2A;
}
.BgClassName
{
background-color: #EF4D2A;
}
</style>
border-color css
<style>
span { border-color: #EF4D2A; }
span { border-color: rgb(239,77,42); }
td.TdClassName
{
border-color: #EF4D2A;
}
.TagClassName
{
border-color: #EF4D2A;
}
</style>