Shades of Cinnabar #EF422A
Tints of Cinnabar #EF422A
RGB
CMYK
RGB Variations
Color information
#EF422A (or 0xEF422A) is known color: Cinnabar. HEX triplet: EF, 42 and 2A. RGB value is (239,66,42). Sum of RGB (Red+Green+Blue) = 239+66+42=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF422A is #10BDD5. Grayscale: #737373. Windows color (decimal): -1097174 or 2769647. OLE color: 2769647.
HSL color Cylindrical-coordinate representation of color #EF422A: hue angle of 7.31º 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 #EF422A is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 42 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.06 |
| HSL | 7.31º | 0.86% | 0.55% | - |
| HSV(B) | 7.31º | 0.82% | 0.94% | - |
| XYZ | 37.96 | 22.41 | 4.52 | - |
| YUV | 114.99 | 86.81 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 42 | 0 | 0.72 | 0.82 | 0.06 | 7.31 | 0.86 | 0.55 |
| Hex | EF | 42 | 2A | 0 | 48 | 52 | 6 | 7 | 56 | 37 |
| Octal | 357 | 102 | 52 | 0 | 110 | 122 | 6 | 7 | 126 | 67 |
| Binary | 11101111 | 1000010 | 101010 | 0 | 1001000 | 1010010 | 110 | 111 | 1010110 | 110111 |
Color Harmonies of #EF422A
Complementary color
Monochromatic Colors of #EF422A
Black with #EF422A
Text Example
Text Example
White with #EF422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF422A; }
p { color: rgb(239,66,42); }
H1.HeaderClassName
{
color: #EF422A;
}
.AnyTagClassName
{
color: #EF422A;
}
</style>
background-color css
<style>
a { background-color: #EF422A; }
a { background-color: rgb(239,66,42); }
div.DivClassName
{
background-color: #EF422A;
}
.BgClassName
{
background-color: #EF422A;
}
</style>
border-color css
<style>
span { border-color: #EF422A; }
span { border-color: rgb(239,66,42); }
td.TdClassName
{
border-color: #EF422A;
}
.TagClassName
{
border-color: #EF422A;
}
</style>