Shades of Cinnabar #EF3328
Tints of Cinnabar #EF3328
RGB
CMYK
RGB Variations
Color information
#EF3328 (or 0xEF3328) is known color: Cinnabar. HEX triplet: EF, 33 and 28. RGB value is (239,51,40). Sum of RGB (Red+Green+Blue) = 239+51+40=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3328 is #10CCD7. Grayscale: #6A6A6A. Windows color (decimal): -1101016 or 2634735. OLE color: 2634735.
HSL color Cylindrical-coordinate representation of color #EF3328: hue angle of 3.32º 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 #EF3328 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 40 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.06 |
| HSL | 3.32º | 0.86% | 0.55% | - |
| HSV(B) | 3.32º | 0.83% | 0.94% | - |
| XYZ | 37.16 | 20.87 | 4.08 | - |
| YUV | 105.96 | 90.78 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 40 | 0 | 0.79 | 0.83 | 0.06 | 3.32 | 0.86 | 0.55 |
| Hex | EF | 33 | 28 | 0 | 4F | 53 | 6 | 3 | 56 | 37 |
| Octal | 357 | 63 | 50 | 0 | 117 | 123 | 6 | 3 | 126 | 67 |
| Binary | 11101111 | 110011 | 101000 | 0 | 1001111 | 1010011 | 110 | 11 | 1010110 | 110111 |
Color Harmonies of #EF3328
Complementary color
Monochromatic Colors of #EF3328
Black with #EF3328
Text Example
Text Example
White with #EF3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3328; }
p { color: rgb(239,51,40); }
H1.HeaderClassName
{
color: #EF3328;
}
.AnyTagClassName
{
color: #EF3328;
}
</style>
background-color css
<style>
a { background-color: #EF3328; }
a { background-color: rgb(239,51,40); }
div.DivClassName
{
background-color: #EF3328;
}
.BgClassName
{
background-color: #EF3328;
}
</style>
border-color css
<style>
span { border-color: #EF3328; }
span { border-color: rgb(239,51,40); }
td.TdClassName
{
border-color: #EF3328;
}
.TagClassName
{
border-color: #EF3328;
}
</style>