Shades of Cinnabar #EF402A
Tints of Cinnabar #EF402A
RGB
CMYK
RGB Variations
Color information
#EF402A (or 0xEF402A) is known color: Cinnabar. HEX triplet: EF, 40 and 2A. RGB value is (239,64,42). Sum of RGB (Red+Green+Blue) = 239+64+42=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF402A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF402A is #10BFD5. Grayscale: #727272. Windows color (decimal): -1097686 or 2769135. OLE color: 2769135.
HSL color Cylindrical-coordinate representation of color #EF402A: hue angle of 6.7º 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 #EF402A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 42 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.06 |
| HSL | 6.7º | 0.86% | 0.55% | - |
| HSV(B) | 6.7º | 0.82% | 0.94% | - |
| XYZ | 37.85 | 22.18 | 4.48 | - |
| YUV | 113.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 42 | 0 | 0.73 | 0.82 | 0.06 | 6.7 | 0.86 | 0.55 |
| Hex | EF | 40 | 2A | 0 | 49 | 52 | 6 | 7 | 56 | 37 |
| Octal | 357 | 100 | 52 | 0 | 111 | 122 | 6 | 7 | 126 | 67 |
| Binary | 11101111 | 1000000 | 101010 | 0 | 1001001 | 1010010 | 110 | 111 | 1010110 | 110111 |
Color Harmonies of #EF402A
Complementary color
Monochromatic Colors of #EF402A
Black with #EF402A
Text Example
Text Example
White with #EF402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF402A; }
p { color: rgb(239,64,42); }
H1.HeaderClassName
{
color: #EF402A;
}
.AnyTagClassName
{
color: #EF402A;
}
</style>
background-color css
<style>
a { background-color: #EF402A; }
a { background-color: rgb(239,64,42); }
div.DivClassName
{
background-color: #EF402A;
}
.BgClassName
{
background-color: #EF402A;
}
</style>
border-color css
<style>
span { border-color: #EF402A; }
span { border-color: rgb(239,64,42); }
td.TdClassName
{
border-color: #EF402A;
}
.TagClassName
{
border-color: #EF402A;
}
</style>