Shades of Cinnabar #F0482E
Tints of Cinnabar #F0482E
RGB
CMYK
RGB Variations
Color information
#F0482E (or 0xF0482E) is known color: Cinnabar. HEX triplet: F0, 48 and 2E. RGB value is (240,72,46). Sum of RGB (Red+Green+Blue) = 240+72+46=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0482E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0482E is #0FB7D1. Grayscale: #777777. Windows color (decimal): -1030098 or 3033328. OLE color: 3033328.
HSL color Cylindrical-coordinate representation of color #F0482E: hue angle of 8.04º degrees, saturation: 0.87, 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 #F0482E is Cyan = 0, Magento = 0.7, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 46 | - |
| CMYK | 0 | 0.7 | 0.81 | 0.06 |
| HSL | 8.04º | 0.87% | 0.56% | - |
| HSV(B) | 8.04º | 0.81% | 0.94% | - |
| XYZ | 38.75 | 23.36 | 5.05 | - |
| YUV | 119.27 | 86.66 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 46 | 0 | 0.7 | 0.81 | 0.06 | 8.04 | 0.87 | 0.56 |
| Hex | F0 | 48 | 2E | 0 | 46 | 51 | 6 | 8 | 57 | 38 |
| Octal | 360 | 110 | 56 | 0 | 106 | 121 | 6 | 10 | 127 | 70 |
| Binary | 11110000 | 1001000 | 101110 | 0 | 1000110 | 1010001 | 110 | 1000 | 1010111 | 111000 |
Color Harmonies of #F0482E
Complementary color
Monochromatic Colors of #F0482E
Black with #F0482E
Text Example
Text Example
White with #F0482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0482E; }
p { color: rgb(240,72,46); }
H1.HeaderClassName
{
color: #F0482E;
}
.AnyTagClassName
{
color: #F0482E;
}
</style>
background-color css
<style>
a { background-color: #F0482E; }
a { background-color: rgb(240,72,46); }
div.DivClassName
{
background-color: #F0482E;
}
.BgClassName
{
background-color: #F0482E;
}
</style>
border-color css
<style>
span { border-color: #F0482E; }
span { border-color: rgb(240,72,46); }
td.TdClassName
{
border-color: #F0482E;
}
.TagClassName
{
border-color: #F0482E;
}
</style>