Shades of Cinnabar #EF512D
Tints of Cinnabar #EF512D
RGB
CMYK
RGB Variations
Color information
#EF512D (or 0xEF512D) is known color: Cinnabar. HEX triplet: EF, 51 and 2D. RGB value is (239,81,45). Sum of RGB (Red+Green+Blue) = 239+81+45=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF512D is #10AED2. Grayscale: #7C7C7C. Windows color (decimal): -1093331 or 2970095. OLE color: 2970095.
HSL color Cylindrical-coordinate representation of color #EF512D: hue angle of 11.13º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF512D is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 45 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.06 |
| HSL | 11.13º | 0.86% | 0.56% | - |
| HSV(B) | 11.13º | 0.81% | 0.94% | - |
| XYZ | 39.01 | 24.43 | 5.14 | - |
| YUV | 124.14 | 83.35 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 45 | 0 | 0.66 | 0.81 | 0.06 | 11.13 | 0.86 | 0.56 |
| Hex | EF | 51 | 2D | 0 | 42 | 51 | 6 | B | 56 | 38 |
| Octal | 357 | 121 | 55 | 0 | 102 | 121 | 6 | 13 | 126 | 70 |
| Binary | 11101111 | 1010001 | 101101 | 0 | 1000010 | 1010001 | 110 | 1011 | 1010110 | 111000 |
Color Harmonies of #EF512D
Complementary color
Monochromatic Colors of #EF512D
Black with #EF512D
Text Example
Text Example
White with #EF512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF512D; }
p { color: rgb(239,81,45); }
H1.HeaderClassName
{
color: #EF512D;
}
.AnyTagClassName
{
color: #EF512D;
}
</style>
background-color css
<style>
a { background-color: #EF512D; }
a { background-color: rgb(239,81,45); }
div.DivClassName
{
background-color: #EF512D;
}
.BgClassName
{
background-color: #EF512D;
}
</style>
border-color css
<style>
span { border-color: #EF512D; }
span { border-color: rgb(239,81,45); }
td.TdClassName
{
border-color: #EF512D;
}
.TagClassName
{
border-color: #EF512D;
}
</style>