Shades of Cinnabar #EF482F
Tints of Cinnabar #EF482F
RGB
CMYK
RGB Variations
Color information
#EF482F (or 0xEF482F) is known color: Cinnabar. HEX triplet: EF, 48 and 2F. RGB value is (239,72,47). Sum of RGB (Red+Green+Blue) = 239+72+47=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF482F is #10B7D0. Grayscale: #777777. Windows color (decimal): -1095633 or 3098863. OLE color: 3098863.
HSL color Cylindrical-coordinate representation of color #EF482F: hue angle of 7.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF482F is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 47 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.06 |
| HSL | 7.81º | 0.86% | 0.56% | - |
| HSV(B) | 7.81º | 0.8% | 0.94% | - |
| XYZ | 38.43 | 23.19 | 5.14 | - |
| YUV | 119.08 | 87.33 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 47 | 0 | 0.70 | 0.80 | 0.06 | 7.81 | 0.86 | 0.56 |
| Hex | EF | 48 | 2F | 0 | 46 | 50 | 6 | 8 | 56 | 38 |
| Octal | 357 | 110 | 57 | 0 | 106 | 120 | 6 | 10 | 126 | 70 |
| Binary | 11101111 | 1001000 | 101111 | 0 | 1000110 | 1010000 | 110 | 1000 | 1010110 | 111000 |
Color Harmonies of #EF482F
Complementary color
Monochromatic Colors of #EF482F
Black with #EF482F
Text Example
Text Example
White with #EF482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF482F; }
p { color: rgb(239,72,47); }
H1.HeaderClassName
{
color: #EF482F;
}
.AnyTagClassName
{
color: #EF482F;
}
</style>
background-color css
<style>
a { background-color: #EF482F; }
a { background-color: rgb(239,72,47); }
div.DivClassName
{
background-color: #EF482F;
}
.BgClassName
{
background-color: #EF482F;
}
</style>
border-color css
<style>
span { border-color: #EF482F; }
span { border-color: rgb(239,72,47); }
td.TdClassName
{
border-color: #EF482F;
}
.TagClassName
{
border-color: #EF482F;
}
</style>