Shades of Cinnabar #EF521F
Tints of Cinnabar #EF521F
RGB
CMYK
RGB Variations
Color information
#EF521F (or 0xEF521F) is known color: Cinnabar. HEX triplet: EF, 52 and 1F. RGB value is (239,82,31). Sum of RGB (Red+Green+Blue) = 239+82+31=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF521F is #10ADE0. Grayscale: #7B7B7B. Windows color (decimal): -1093089 or 2052847. OLE color: 2052847.
HSL color Cylindrical-coordinate representation of color #EF521F: hue angle of 14.71º 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 #EF521F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 31 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.06 |
| HSL | 14.71º | 0.87% | 0.53% | - |
| HSV(B) | 14.71º | 0.87% | 0.94% | - |
| XYZ | 38.86 | 24.48 | 3.97 | - |
| YUV | 123.13 | 76.01 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 31 | 0 | 0.66 | 0.87 | 0.06 | 14.71 | 0.87 | 0.53 |
| Hex | EF | 52 | 1F | 0 | 42 | 57 | 6 | F | 57 | 35 |
| Octal | 357 | 122 | 37 | 0 | 102 | 127 | 6 | 17 | 127 | 65 |
| Binary | 11101111 | 1010010 | 11111 | 0 | 1000010 | 1010111 | 110 | 1111 | 1010111 | 110101 |
Color Harmonies of #EF521F
Complementary color
Monochromatic Colors of #EF521F
Black with #EF521F
Text Example
Text Example
White with #EF521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF521F; }
p { color: rgb(239,82,31); }
H1.HeaderClassName
{
color: #EF521F;
}
.AnyTagClassName
{
color: #EF521F;
}
</style>
background-color css
<style>
a { background-color: #EF521F; }
a { background-color: rgb(239,82,31); }
div.DivClassName
{
background-color: #EF521F;
}
.BgClassName
{
background-color: #EF521F;
}
</style>
border-color css
<style>
span { border-color: #EF521F; }
span { border-color: rgb(239,82,31); }
td.TdClassName
{
border-color: #EF521F;
}
.TagClassName
{
border-color: #EF521F;
}
</style>