Shades of Cinnabar #EF312B
Tints of Cinnabar #EF312B
RGB
CMYK
RGB Variations
Color information
#EF312B (or 0xEF312B) is known color: Cinnabar. HEX triplet: EF, 31 and 2B. RGB value is (239,49,43). Sum of RGB (Red+Green+Blue) = 239+49+43=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF312B is #10CED4. Grayscale: #696969. Windows color (decimal): -1101525 or 2830831. OLE color: 2830831.
HSL color Cylindrical-coordinate representation of color #EF312B: hue angle of 1.84º 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 #EF312B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 43 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.06 |
| HSL | 1.84º | 0.86% | 0.55% | - |
| HSV(B) | 1.84º | 0.82% | 0.94% | - |
| XYZ | 37.13 | 20.72 | 4.33 | - |
| YUV | 105.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 43 | 0 | 0.79 | 0.82 | 0.06 | 1.84 | 0.86 | 0.55 |
| Hex | EF | 31 | 2B | 0 | 4F | 52 | 6 | 2 | 56 | 37 |
| Octal | 357 | 61 | 53 | 0 | 117 | 122 | 6 | 2 | 126 | 67 |
| Binary | 11101111 | 110001 | 101011 | 0 | 1001111 | 1010010 | 110 | 10 | 1010110 | 110111 |
Color Harmonies of #EF312B
Complementary color
Monochromatic Colors of #EF312B
Black with #EF312B
Text Example
Text Example
White with #EF312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF312B; }
p { color: rgb(239,49,43); }
H1.HeaderClassName
{
color: #EF312B;
}
.AnyTagClassName
{
color: #EF312B;
}
</style>
background-color css
<style>
a { background-color: #EF312B; }
a { background-color: rgb(239,49,43); }
div.DivClassName
{
background-color: #EF312B;
}
.BgClassName
{
background-color: #EF312B;
}
</style>
border-color css
<style>
span { border-color: #EF312B; }
span { border-color: rgb(239,49,43); }
td.TdClassName
{
border-color: #EF312B;
}
.TagClassName
{
border-color: #EF312B;
}
</style>