Shades of Cinnabar #EF482A
Tints of Cinnabar #EF482A
RGB
CMYK
RGB Variations
Color information
#EF482A (or 0xEF482A) is known color: Cinnabar. HEX triplet: EF, 48 and 2A. RGB value is (239,72,42). Sum of RGB (Red+Green+Blue) = 239+72+42=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF482A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF482A is #10B7D5. Grayscale: #767676. Windows color (decimal): -1095638 or 2771183. OLE color: 2771183.
HSL color Cylindrical-coordinate representation of color #EF482A: hue angle of 9.14º 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 #EF482A is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 42 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.06 |
| HSL | 9.14º | 0.86% | 0.55% | - |
| HSV(B) | 9.14º | 0.82% | 0.94% | - |
| XYZ | 38.33 | 23.15 | 4.64 | - |
| YUV | 118.51 | 84.83 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 42 | 0 | 0.70 | 0.82 | 0.06 | 9.14 | 0.86 | 0.55 |
| Hex | EF | 48 | 2A | 0 | 46 | 52 | 6 | 9 | 56 | 37 |
| Octal | 357 | 110 | 52 | 0 | 106 | 122 | 6 | 11 | 126 | 67 |
| Binary | 11101111 | 1001000 | 101010 | 0 | 1000110 | 1010010 | 110 | 1001 | 1010110 | 110111 |
Color Harmonies of #EF482A
Complementary color
Monochromatic Colors of #EF482A
Black with #EF482A
Text Example
Text Example
White with #EF482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF482A; }
p { color: rgb(239,72,42); }
H1.HeaderClassName
{
color: #EF482A;
}
.AnyTagClassName
{
color: #EF482A;
}
</style>
background-color css
<style>
a { background-color: #EF482A; }
a { background-color: rgb(239,72,42); }
div.DivClassName
{
background-color: #EF482A;
}
.BgClassName
{
background-color: #EF482A;
}
</style>
border-color css
<style>
span { border-color: #EF482A; }
span { border-color: rgb(239,72,42); }
td.TdClassName
{
border-color: #EF482A;
}
.TagClassName
{
border-color: #EF482A;
}
</style>