Shades of Cinnabar #EF483A
Tints of Cinnabar #EF483A
RGB
CMYK
RGB Variations
Color information
#EF483A (or 0xEF483A) is known color: Cinnabar. HEX triplet: EF, 48 and 3A. RGB value is (239,72,58). Sum of RGB (Red+Green+Blue) = 239+72+58=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF483A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF483A is #10B7C5. Grayscale: #787878. Windows color (decimal): -1095622 or 3819759. OLE color: 3819759.
HSL color Cylindrical-coordinate representation of color #EF483A: hue angle of 4.64º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF483A is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 58 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.06 |
| HSL | 4.64º | 0.85% | 0.58% | - |
| HSV(B) | 4.64º | 0.76% | 0.94% | - |
| XYZ | 38.68 | 23.29 | 6.46 | - |
| YUV | 120.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 58 | 0 | 0.70 | 0.76 | 0.06 | 4.64 | 0.85 | 0.58 |
| Hex | EF | 48 | 3A | 0 | 46 | 4C | 6 | 5 | 55 | 3A |
| Octal | 357 | 110 | 72 | 0 | 106 | 114 | 6 | 5 | 125 | 72 |
| Binary | 11101111 | 1001000 | 111010 | 0 | 1000110 | 1001100 | 110 | 101 | 1010101 | 111010 |
Color Harmonies of #EF483A
Complementary color
Monochromatic Colors of #EF483A
Black with #EF483A
Text Example
Text Example
White with #EF483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF483A; }
p { color: rgb(239,72,58); }
H1.HeaderClassName
{
color: #EF483A;
}
.AnyTagClassName
{
color: #EF483A;
}
</style>
background-color css
<style>
a { background-color: #EF483A; }
a { background-color: rgb(239,72,58); }
div.DivClassName
{
background-color: #EF483A;
}
.BgClassName
{
background-color: #EF483A;
}
</style>
border-color css
<style>
span { border-color: #EF483A; }
span { border-color: rgb(239,72,58); }
td.TdClassName
{
border-color: #EF483A;
}
.TagClassName
{
border-color: #EF483A;
}
</style>