Shades of Cinnabar #EF3619
Tints of Cinnabar #EF3619
RGB
CMYK
RGB Variations
Color information
#EF3619 (or 0xEF3619) is known color: Cinnabar. HEX triplet: EF, 36 and 19. RGB value is (239,54,25). Sum of RGB (Red+Green+Blue) = 239+54+25=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3619 is #10C9E6. Grayscale: #6A6A6A. Windows color (decimal): -1100263 or 1652463. OLE color: 1652463.
HSL color Cylindrical-coordinate representation of color #EF3619: hue angle of 8.13º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF3619 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 25 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.06 |
| HSL | 8.13º | 0.87% | 0.52% | - |
| HSV(B) | 8.13º | 0.9% | 0.94% | - |
| XYZ | 37.09 | 21.06 | 3.03 | - |
| YUV | 106.01 | 82.29 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 25 | 0 | 0.77 | 0.90 | 0.06 | 8.13 | 0.87 | 0.52 |
| Hex | EF | 36 | 19 | 0 | 4D | 5A | 6 | 8 | 57 | 34 |
| Octal | 357 | 66 | 31 | 0 | 115 | 132 | 6 | 10 | 127 | 64 |
| Binary | 11101111 | 110110 | 11001 | 0 | 1001101 | 1011010 | 110 | 1000 | 1010111 | 110100 |
Color Harmonies of #EF3619
Complementary color
Monochromatic Colors of #EF3619
Black with #EF3619
Text Example
Text Example
White with #EF3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3619; }
p { color: rgb(239,54,25); }
H1.HeaderClassName
{
color: #EF3619;
}
.AnyTagClassName
{
color: #EF3619;
}
</style>
background-color css
<style>
a { background-color: #EF3619; }
a { background-color: rgb(239,54,25); }
div.DivClassName
{
background-color: #EF3619;
}
.BgClassName
{
background-color: #EF3619;
}
</style>
border-color css
<style>
span { border-color: #EF3619; }
span { border-color: rgb(239,54,25); }
td.TdClassName
{
border-color: #EF3619;
}
.TagClassName
{
border-color: #EF3619;
}
</style>