Shades of Cinnabar #EF3838
Tints of Cinnabar #EF3838
RGB
CMYK
RGB Variations
Color information
#EF3838 (or 0xEF3838) is known color: Cinnabar. HEX triplet: EF, 38 and 38. RGB value is (239,56,56). Sum of RGB (Red+Green+Blue) = 239+56+56=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3838 is #10C7C7. Grayscale: #6E6E6E. Windows color (decimal): -1099720 or 3684591. OLE color: 3684591.
HSL color Cylindrical-coordinate representation of color #EF3838: hue angle of 0º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF3838 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 56 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.06 |
| HSL | 0º | 0.85% | 0.58% | - |
| HSV(B) | 0º | 0.77% | 0.94% | - |
| XYZ | 37.72 | 21.46 | 5.9 | - |
| YUV | 110.72 | 97.13 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 56 | 0 | 0.77 | 0.77 | 0.06 | 0 | 0.85 | 0.58 |
| Hex | EF | 38 | 38 | 0 | 4D | 4D | 6 | 0 | 55 | 3A |
| Octal | 357 | 70 | 70 | 0 | 115 | 115 | 6 | 0 | 125 | 72 |
| Binary | 11101111 | 111000 | 111000 | 0 | 1001101 | 1001101 | 110 | 0 | 1010101 | 111010 |
Color Harmonies of #EF3838
Complementary color
Monochromatic Colors of #EF3838
Black with #EF3838
Text Example
Text Example
White with #EF3838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3838; }
p { color: rgb(239,56,56); }
H1.HeaderClassName
{
color: #EF3838;
}
.AnyTagClassName
{
color: #EF3838;
}
</style>
background-color css
<style>
a { background-color: #EF3838; }
a { background-color: rgb(239,56,56); }
div.DivClassName
{
background-color: #EF3838;
}
.BgClassName
{
background-color: #EF3838;
}
</style>
border-color css
<style>
span { border-color: #EF3838; }
span { border-color: rgb(239,56,56); }
td.TdClassName
{
border-color: #EF3838;
}
.TagClassName
{
border-color: #EF3838;
}
</style>