Shades of Cinnabar #EF481D
Tints of Cinnabar #EF481D
RGB
CMYK
RGB Variations
Color information
#EF481D (or 0xEF481D) is known color: Cinnabar. HEX triplet: EF, 48 and 1D. RGB value is (239,72,29). Sum of RGB (Red+Green+Blue) = 239+72+29=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF481D is #10B7E2. Grayscale: #757575. Windows color (decimal): -1095651 or 1919215. OLE color: 1919215.
HSL color Cylindrical-coordinate representation of color #EF481D: hue angle of 12.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF481D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.06 |
| HSL | 12.29º | 0.87% | 0.53% | - |
| HSV(B) | 12.29º | 0.88% | 0.94% | - |
| XYZ | 38.14 | 23.07 | 3.61 | - |
| YUV | 117.03 | 78.33 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 29 | 0 | 0.70 | 0.88 | 0.06 | 12.29 | 0.87 | 0.53 |
| Hex | EF | 48 | 1D | 0 | 46 | 58 | 6 | C | 57 | 35 |
| Octal | 357 | 110 | 35 | 0 | 106 | 130 | 6 | 14 | 127 | 65 |
| Binary | 11101111 | 1001000 | 11101 | 0 | 1000110 | 1011000 | 110 | 1100 | 1010111 | 110101 |
Color Harmonies of #EF481D
Complementary color
Monochromatic Colors of #EF481D
Black with #EF481D
Text Example
Text Example
White with #EF481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF481D; }
p { color: rgb(239,72,29); }
H1.HeaderClassName
{
color: #EF481D;
}
.AnyTagClassName
{
color: #EF481D;
}
</style>
background-color css
<style>
a { background-color: #EF481D; }
a { background-color: rgb(239,72,29); }
div.DivClassName
{
background-color: #EF481D;
}
.BgClassName
{
background-color: #EF481D;
}
</style>
border-color css
<style>
span { border-color: #EF481D; }
span { border-color: rgb(239,72,29); }
td.TdClassName
{
border-color: #EF481D;
}
.TagClassName
{
border-color: #EF481D;
}
</style>