Shades of Cinnabar #EF522C
Tints of Cinnabar #EF522C
RGB
CMYK
RGB Variations
Color information
#EF522C (or 0xEF522C) is known color: Cinnabar. HEX triplet: EF, 52 and 2C. RGB value is (239,82,44). Sum of RGB (Red+Green+Blue) = 239+82+44=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF522C is #10ADD3. Grayscale: #7C7C7C. Windows color (decimal): -1093076 or 2904815. OLE color: 2904815.
HSL color Cylindrical-coordinate representation of color #EF522C: hue angle of 11.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF522C is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 44 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.06 |
| HSL | 11.69º | 0.86% | 0.55% | - |
| HSV(B) | 11.69º | 0.82% | 0.94% | - |
| XYZ | 39.07 | 24.57 | 5.07 | - |
| YUV | 124.61 | 82.51 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 44 | 0 | 0.66 | 0.82 | 0.06 | 11.69 | 0.86 | 0.55 |
| Hex | EF | 52 | 2C | 0 | 42 | 52 | 6 | C | 56 | 37 |
| Octal | 357 | 122 | 54 | 0 | 102 | 122 | 6 | 14 | 126 | 67 |
| Binary | 11101111 | 1010010 | 101100 | 0 | 1000010 | 1010010 | 110 | 1100 | 1010110 | 110111 |
Color Harmonies of #EF522C
Complementary color
Monochromatic Colors of #EF522C
Black with #EF522C
Text Example
Text Example
White with #EF522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF522C; }
p { color: rgb(239,82,44); }
H1.HeaderClassName
{
color: #EF522C;
}
.AnyTagClassName
{
color: #EF522C;
}
</style>
background-color css
<style>
a { background-color: #EF522C; }
a { background-color: rgb(239,82,44); }
div.DivClassName
{
background-color: #EF522C;
}
.BgClassName
{
background-color: #EF522C;
}
</style>
border-color css
<style>
span { border-color: #EF522C; }
span { border-color: rgb(239,82,44); }
td.TdClassName
{
border-color: #EF522C;
}
.TagClassName
{
border-color: #EF522C;
}
</style>