Shades of Cinnabar #EF462A
Tints of Cinnabar #EF462A
RGB
CMYK
RGB Variations
Color information
#EF462A (or 0xEF462A) is known color: Cinnabar. HEX triplet: EF, 46 and 2A. RGB value is (239,70,42). Sum of RGB (Red+Green+Blue) = 239+70+42=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF462A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF462A is #10B9D5. Grayscale: #757575. Windows color (decimal): -1096150 or 2770671. OLE color: 2770671.
HSL color Cylindrical-coordinate representation of color #EF462A: hue angle of 8.53º 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 #EF462A is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 42 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.06 |
| HSL | 8.53º | 0.86% | 0.55% | - |
| HSV(B) | 8.53º | 0.82% | 0.94% | - |
| XYZ | 38.2 | 22.9 | 4.6 | - |
| YUV | 117.34 | 85.49 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 42 | 0 | 0.71 | 0.82 | 0.06 | 8.53 | 0.86 | 0.55 |
| Hex | EF | 46 | 2A | 0 | 47 | 52 | 6 | 9 | 56 | 37 |
| Octal | 357 | 106 | 52 | 0 | 107 | 122 | 6 | 11 | 126 | 67 |
| Binary | 11101111 | 1000110 | 101010 | 0 | 1000111 | 1010010 | 110 | 1001 | 1010110 | 110111 |
Color Harmonies of #EF462A
Complementary color
Monochromatic Colors of #EF462A
Black with #EF462A
Text Example
Text Example
White with #EF462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF462A; }
p { color: rgb(239,70,42); }
H1.HeaderClassName
{
color: #EF462A;
}
.AnyTagClassName
{
color: #EF462A;
}
</style>
background-color css
<style>
a { background-color: #EF462A; }
a { background-color: rgb(239,70,42); }
div.DivClassName
{
background-color: #EF462A;
}
.BgClassName
{
background-color: #EF462A;
}
</style>
border-color css
<style>
span { border-color: #EF462A; }
span { border-color: rgb(239,70,42); }
td.TdClassName
{
border-color: #EF462A;
}
.TagClassName
{
border-color: #EF462A;
}
</style>