Shades of Cinnabar #EF3828
Tints of Cinnabar #EF3828
RGB
CMYK
RGB Variations
Color information
#EF3828 (or 0xEF3828) is known color: Cinnabar. HEX triplet: EF, 38 and 28. RGB value is (239,56,40). Sum of RGB (Red+Green+Blue) = 239+56+40=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3828 is #10C7D7. Grayscale: #6D6D6D. Windows color (decimal): -1099736 or 2636015. OLE color: 2636015.
HSL color Cylindrical-coordinate representation of color #EF3828: hue angle of 4.82º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF3828 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 40 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.06 |
| HSL | 4.82º | 0.86% | 0.55% | - |
| HSV(B) | 4.82º | 0.83% | 0.94% | - |
| XYZ | 37.39 | 21.33 | 4.15 | - |
| YUV | 108.89 | 89.13 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 40 | 0 | 0.77 | 0.83 | 0.06 | 4.82 | 0.86 | 0.55 |
| Hex | EF | 38 | 28 | 0 | 4D | 53 | 6 | 5 | 56 | 37 |
| Octal | 357 | 70 | 50 | 0 | 115 | 123 | 6 | 5 | 126 | 67 |
| Binary | 11101111 | 111000 | 101000 | 0 | 1001101 | 1010011 | 110 | 101 | 1010110 | 110111 |
Color Harmonies of #EF3828
Complementary color
Monochromatic Colors of #EF3828
Black with #EF3828
Text Example
Text Example
White with #EF3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3828; }
p { color: rgb(239,56,40); }
H1.HeaderClassName
{
color: #EF3828;
}
.AnyTagClassName
{
color: #EF3828;
}
</style>
background-color css
<style>
a { background-color: #EF3828; }
a { background-color: rgb(239,56,40); }
div.DivClassName
{
background-color: #EF3828;
}
.BgClassName
{
background-color: #EF3828;
}
</style>
border-color css
<style>
span { border-color: #EF3828; }
span { border-color: rgb(239,56,40); }
td.TdClassName
{
border-color: #EF3828;
}
.TagClassName
{
border-color: #EF3828;
}
</style>