Shades of Cinnabar #EF3F3A
Tints of Cinnabar #EF3F3A
RGB
CMYK
RGB Variations
Color information
#EF3F3A (or 0xEF3F3A) is known color: Cinnabar. HEX triplet: EF, 3F and 3A. RGB value is (239,63,58). Sum of RGB (Red+Green+Blue) = 239+63+58=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3F3A is #10C0C5. Grayscale: #737373. Windows color (decimal): -1097926 or 3817455. OLE color: 3817455.
HSL color Cylindrical-coordinate representation of color #EF3F3A: hue angle of 1.66º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3F3A is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 58 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.06 |
| HSL | 1.66º | 0.85% | 0.58% | - |
| HSV(B) | 1.66º | 0.76% | 0.94% | - |
| XYZ | 38.14 | 22.21 | 6.28 | - |
| YUV | 115.05 | 95.81 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 58 | 0 | 0.74 | 0.76 | 0.06 | 1.66 | 0.85 | 0.58 |
| Hex | EF | 3F | 3A | 0 | 4A | 4C | 6 | 2 | 55 | 3A |
| Octal | 357 | 77 | 72 | 0 | 112 | 114 | 6 | 2 | 125 | 72 |
| Binary | 11101111 | 111111 | 111010 | 0 | 1001010 | 1001100 | 110 | 10 | 1010101 | 111010 |
Color Harmonies of #EF3F3A
Complementary color
Monochromatic Colors of #EF3F3A
Black with #EF3F3A
Text Example
Text Example
White with #EF3F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3F3A; }
p { color: rgb(239,63,58); }
H1.HeaderClassName
{
color: #EF3F3A;
}
.AnyTagClassName
{
color: #EF3F3A;
}
</style>
background-color css
<style>
a { background-color: #EF3F3A; }
a { background-color: rgb(239,63,58); }
div.DivClassName
{
background-color: #EF3F3A;
}
.BgClassName
{
background-color: #EF3F3A;
}
</style>
border-color css
<style>
span { border-color: #EF3F3A; }
span { border-color: rgb(239,63,58); }
td.TdClassName
{
border-color: #EF3F3A;
}
.TagClassName
{
border-color: #EF3F3A;
}
</style>