Shades of Cinnabar #EF332A
Tints of Cinnabar #EF332A
RGB
CMYK
RGB Variations
Color information
#EF332A (or 0xEF332A) is known color: Cinnabar. HEX triplet: EF, 33 and 2A. RGB value is (239,51,42). Sum of RGB (Red+Green+Blue) = 239+51+42=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF332A is #10CCD5. Grayscale: #6A6A6A. Windows color (decimal): -1101014 or 2765807. OLE color: 2765807.
HSL color Cylindrical-coordinate representation of color #EF332A: hue angle of 2.74º 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 #EF332A is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 42 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.06 |
| HSL | 2.74º | 0.86% | 0.55% | - |
| HSV(B) | 2.74º | 0.82% | 0.94% | - |
| XYZ | 37.2 | 20.89 | 4.26 | - |
| YUV | 106.19 | 91.78 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 42 | 0 | 0.79 | 0.82 | 0.06 | 2.74 | 0.86 | 0.55 |
| Hex | EF | 33 | 2A | 0 | 4F | 52 | 6 | 3 | 56 | 37 |
| Octal | 357 | 63 | 52 | 0 | 117 | 122 | 6 | 3 | 126 | 67 |
| Binary | 11101111 | 110011 | 101010 | 0 | 1001111 | 1010010 | 110 | 11 | 1010110 | 110111 |
Color Harmonies of #EF332A
Complementary color
Monochromatic Colors of #EF332A
Black with #EF332A
Text Example
Text Example
White with #EF332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF332A; }
p { color: rgb(239,51,42); }
H1.HeaderClassName
{
color: #EF332A;
}
.AnyTagClassName
{
color: #EF332A;
}
</style>
background-color css
<style>
a { background-color: #EF332A; }
a { background-color: rgb(239,51,42); }
div.DivClassName
{
background-color: #EF332A;
}
.BgClassName
{
background-color: #EF332A;
}
</style>
border-color css
<style>
span { border-color: #EF332A; }
span { border-color: rgb(239,51,42); }
td.TdClassName
{
border-color: #EF332A;
}
.TagClassName
{
border-color: #EF332A;
}
</style>