Shades of Cinnabar #EF412A
Tints of Cinnabar #EF412A
RGB
CMYK
RGB Variations
Color information
#EF412A (or 0xEF412A) is known color: Cinnabar. HEX triplet: EF, 41 and 2A. RGB value is (239,65,42). Sum of RGB (Red+Green+Blue) = 239+65+42=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF412A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF412A is #10BED5. Grayscale: #727272. Windows color (decimal): -1097430 or 2769391. OLE color: 2769391.
HSL color Cylindrical-coordinate representation of color #EF412A: hue angle of 7.01º 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 #EF412A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 42 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.06 |
| HSL | 7.01º | 0.86% | 0.55% | - |
| HSV(B) | 7.01º | 0.82% | 0.94% | - |
| XYZ | 37.9 | 22.3 | 4.5 | - |
| YUV | 114.4 | 87.15 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 42 | 0 | 0.73 | 0.82 | 0.06 | 7.01 | 0.86 | 0.55 |
| Hex | EF | 41 | 2A | 0 | 49 | 52 | 6 | 7 | 56 | 37 |
| Octal | 357 | 101 | 52 | 0 | 111 | 122 | 6 | 7 | 126 | 67 |
| Binary | 11101111 | 1000001 | 101010 | 0 | 1001001 | 1010010 | 110 | 111 | 1010110 | 110111 |
Color Harmonies of #EF412A
Complementary color
Monochromatic Colors of #EF412A
Black with #EF412A
Text Example
Text Example
White with #EF412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF412A; }
p { color: rgb(239,65,42); }
H1.HeaderClassName
{
color: #EF412A;
}
.AnyTagClassName
{
color: #EF412A;
}
</style>
background-color css
<style>
a { background-color: #EF412A; }
a { background-color: rgb(239,65,42); }
div.DivClassName
{
background-color: #EF412A;
}
.BgClassName
{
background-color: #EF412A;
}
</style>
border-color css
<style>
span { border-color: #EF412A; }
span { border-color: rgb(239,65,42); }
td.TdClassName
{
border-color: #EF412A;
}
.TagClassName
{
border-color: #EF412A;
}
</style>