Shades of Cinnabar #EF511F
Tints of Cinnabar #EF511F
RGB
CMYK
RGB Variations
Color information
#EF511F (or 0xEF511F) is known color: Cinnabar. HEX triplet: EF, 51 and 1F. RGB value is (239,81,31). Sum of RGB (Red+Green+Blue) = 239+81+31=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF511F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF511F is #10AEE0. Grayscale: #7A7A7A. Windows color (decimal): -1093345 or 2052591. OLE color: 2052591.
HSL color Cylindrical-coordinate representation of color #EF511F: hue angle of 14.42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF511F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 31 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.06 |
| HSL | 14.42º | 0.87% | 0.53% | - |
| HSV(B) | 14.42º | 0.87% | 0.94% | - |
| XYZ | 38.79 | 24.33 | 3.95 | - |
| YUV | 122.54 | 76.35 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 31 | 0 | 0.66 | 0.87 | 0.06 | 14.42 | 0.87 | 0.53 |
| Hex | EF | 51 | 1F | 0 | 42 | 57 | 6 | E | 57 | 35 |
| Octal | 357 | 121 | 37 | 0 | 102 | 127 | 6 | 16 | 127 | 65 |
| Binary | 11101111 | 1010001 | 11111 | 0 | 1000010 | 1010111 | 110 | 1110 | 1010111 | 110101 |
Color Harmonies of #EF511F
Complementary color
Monochromatic Colors of #EF511F
Black with #EF511F
Text Example
Text Example
White with #EF511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF511F; }
p { color: rgb(239,81,31); }
H1.HeaderClassName
{
color: #EF511F;
}
.AnyTagClassName
{
color: #EF511F;
}
</style>
background-color css
<style>
a { background-color: #EF511F; }
a { background-color: rgb(239,81,31); }
div.DivClassName
{
background-color: #EF511F;
}
.BgClassName
{
background-color: #EF511F;
}
</style>
border-color css
<style>
span { border-color: #EF511F; }
span { border-color: rgb(239,81,31); }
td.TdClassName
{
border-color: #EF511F;
}
.TagClassName
{
border-color: #EF511F;
}
</style>