Shades of Cinnabar #EF4A2A
Tints of Cinnabar #EF4A2A
RGB
CMYK
RGB Variations
Color information
#EF4A2A (or 0xEF4A2A) is known color: Cinnabar. HEX triplet: EF, 4A and 2A. RGB value is (239,74,42). Sum of RGB (Red+Green+Blue) = 239+74+42=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4A2A is #10B5D5. Grayscale: #777777. Windows color (decimal): -1095126 or 2771695. OLE color: 2771695.
HSL color Cylindrical-coordinate representation of color #EF4A2A: hue angle of 9.75º 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 #EF4A2A is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 42 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.06 |
| HSL | 9.75º | 0.86% | 0.55% | - |
| HSV(B) | 9.75º | 0.82% | 0.94% | - |
| XYZ | 38.46 | 23.42 | 4.68 | - |
| YUV | 119.69 | 84.16 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 42 | 0 | 0.69 | 0.82 | 0.06 | 9.75 | 0.86 | 0.55 |
| Hex | EF | 4A | 2A | 0 | 45 | 52 | 6 | A | 56 | 37 |
| Octal | 357 | 112 | 52 | 0 | 105 | 122 | 6 | 12 | 126 | 67 |
| Binary | 11101111 | 1001010 | 101010 | 0 | 1000101 | 1010010 | 110 | 1010 | 1010110 | 110111 |
Color Harmonies of #EF4A2A
Complementary color
Monochromatic Colors of #EF4A2A
Black with #EF4A2A
Text Example
Text Example
White with #EF4A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A2A; }
p { color: rgb(239,74,42); }
H1.HeaderClassName
{
color: #EF4A2A;
}
.AnyTagClassName
{
color: #EF4A2A;
}
</style>
background-color css
<style>
a { background-color: #EF4A2A; }
a { background-color: rgb(239,74,42); }
div.DivClassName
{
background-color: #EF4A2A;
}
.BgClassName
{
background-color: #EF4A2A;
}
</style>
border-color css
<style>
span { border-color: #EF4A2A; }
span { border-color: rgb(239,74,42); }
td.TdClassName
{
border-color: #EF4A2A;
}
.TagClassName
{
border-color: #EF4A2A;
}
</style>