Shades of Cinnabar #EF3F2B
Tints of Cinnabar #EF3F2B
RGB
CMYK
RGB Variations
Color information
#EF3F2B (or 0xEF3F2B) is known color: Cinnabar. HEX triplet: EF, 3F and 2B. RGB value is (239,63,43). Sum of RGB (Red+Green+Blue) = 239+63+43=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3F2B is #10C0D4. Grayscale: #717171. Windows color (decimal): -1097941 or 2834415. OLE color: 2834415.
HSL color Cylindrical-coordinate representation of color #EF3F2B: hue angle of 6.12º 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 #EF3F2B is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 43 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.06 |
| HSL | 6.12º | 0.86% | 0.55% | - |
| HSV(B) | 6.12º | 0.82% | 0.94% | - |
| XYZ | 37.81 | 22.08 | 4.55 | - |
| YUV | 113.34 | 88.31 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 43 | 0 | 0.74 | 0.82 | 0.06 | 6.12 | 0.86 | 0.55 |
| Hex | EF | 3F | 2B | 0 | 4A | 52 | 6 | 6 | 56 | 37 |
| Octal | 357 | 77 | 53 | 0 | 112 | 122 | 6 | 6 | 126 | 67 |
| Binary | 11101111 | 111111 | 101011 | 0 | 1001010 | 1010010 | 110 | 110 | 1010110 | 110111 |
Color Harmonies of #EF3F2B
Complementary color
Monochromatic Colors of #EF3F2B
Black with #EF3F2B
Text Example
Text Example
White with #EF3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3F2B; }
p { color: rgb(239,63,43); }
H1.HeaderClassName
{
color: #EF3F2B;
}
.AnyTagClassName
{
color: #EF3F2B;
}
</style>
background-color css
<style>
a { background-color: #EF3F2B; }
a { background-color: rgb(239,63,43); }
div.DivClassName
{
background-color: #EF3F2B;
}
.BgClassName
{
background-color: #EF3F2B;
}
</style>
border-color css
<style>
span { border-color: #EF3F2B; }
span { border-color: rgb(239,63,43); }
td.TdClassName
{
border-color: #EF3F2B;
}
.TagClassName
{
border-color: #EF3F2B;
}
</style>