Shades of Cinnabar #EF3730
Tints of Cinnabar #EF3730
RGB
CMYK
RGB Variations
Color information
#EF3730 (or 0xEF3730) is known color: Cinnabar. HEX triplet: EF, 37 and 30. RGB value is (239,55,48). Sum of RGB (Red+Green+Blue) = 239+55+48=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3730 is #10C8CF. Grayscale: #6D6D6D. Windows color (decimal): -1099984 or 3160047. OLE color: 3160047.
HSL color Cylindrical-coordinate representation of color #EF3730: hue angle of 2.2º 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 #EF3730 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 48 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.06 |
| HSL | 2.2º | 0.86% | 0.56% | - |
| HSV(B) | 2.2º | 0.8% | 0.94% | - |
| XYZ | 37.5 | 21.3 | 4.93 | - |
| YUV | 109.22 | 93.46 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 48 | 0 | 0.77 | 0.80 | 0.06 | 2.2 | 0.86 | 0.56 |
| Hex | EF | 37 | 30 | 0 | 4D | 50 | 6 | 2 | 56 | 38 |
| Octal | 357 | 67 | 60 | 0 | 115 | 120 | 6 | 2 | 126 | 70 |
| Binary | 11101111 | 110111 | 110000 | 0 | 1001101 | 1010000 | 110 | 10 | 1010110 | 111000 |
Color Harmonies of #EF3730
Complementary color
Monochromatic Colors of #EF3730
Black with #EF3730
Text Example
Text Example
White with #EF3730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3730; }
p { color: rgb(239,55,48); }
H1.HeaderClassName
{
color: #EF3730;
}
.AnyTagClassName
{
color: #EF3730;
}
</style>
background-color css
<style>
a { background-color: #EF3730; }
a { background-color: rgb(239,55,48); }
div.DivClassName
{
background-color: #EF3730;
}
.BgClassName
{
background-color: #EF3730;
}
</style>
border-color css
<style>
span { border-color: #EF3730; }
span { border-color: rgb(239,55,48); }
td.TdClassName
{
border-color: #EF3730;
}
.TagClassName
{
border-color: #EF3730;
}
</style>