Shades of Cinnabar #EF3330
Tints of Cinnabar #EF3330
RGB
CMYK
RGB Variations
Color information
#EF3330 (or 0xEF3330) is known color: Cinnabar. HEX triplet: EF, 33 and 30. RGB value is (239,51,48). Sum of RGB (Red+Green+Blue) = 239+51+48=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3330 is #10CCCF. Grayscale: #6B6B6B. Windows color (decimal): -1101008 or 3159023. OLE color: 3159023.
HSL color Cylindrical-coordinate representation of color #EF3330: hue angle of 0.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF3330 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 48 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.06 |
| HSL | 0.94º | 0.86% | 0.56% | - |
| HSV(B) | 0.94º | 0.8% | 0.94% | - |
| XYZ | 37.31 | 20.93 | 4.87 | - |
| YUV | 106.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 48 | 0 | 0.79 | 0.80 | 0.06 | 0.94 | 0.86 | 0.56 |
| Hex | EF | 33 | 30 | 0 | 4F | 50 | 6 | 1 | 56 | 38 |
| Octal | 357 | 63 | 60 | 0 | 117 | 120 | 6 | 1 | 126 | 70 |
| Binary | 11101111 | 110011 | 110000 | 0 | 1001111 | 1010000 | 110 | 1 | 1010110 | 111000 |
Color Harmonies of #EF3330
Complementary color
Monochromatic Colors of #EF3330
Black with #EF3330
Text Example
Text Example
White with #EF3330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3330; }
p { color: rgb(239,51,48); }
H1.HeaderClassName
{
color: #EF3330;
}
.AnyTagClassName
{
color: #EF3330;
}
</style>
background-color css
<style>
a { background-color: #EF3330; }
a { background-color: rgb(239,51,48); }
div.DivClassName
{
background-color: #EF3330;
}
.BgClassName
{
background-color: #EF3330;
}
</style>
border-color css
<style>
span { border-color: #EF3330; }
span { border-color: rgb(239,51,48); }
td.TdClassName
{
border-color: #EF3330;
}
.TagClassName
{
border-color: #EF3330;
}
</style>