Shades of Cinnabar #F0481F
Tints of Cinnabar #F0481F
RGB
CMYK
RGB Variations
Color information
#F0481F (or 0xF0481F) is known color: Cinnabar. HEX triplet: F0, 48 and 1F. RGB value is (240,72,31). Sum of RGB (Red+Green+Blue) = 240+72+31=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F0481F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0481F is #0FB7E0. Grayscale: #757575. Windows color (decimal): -1030113 or 2050288. OLE color: 2050288.
HSL color Cylindrical-coordinate representation of color #F0481F: hue angle of 11.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0481F is Cyan = 0, Magento = 0.7, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 31 | - |
| CMYK | 0 | 0.7 | 0.87 | 0.06 |
| HSL | 11.77º | 0.87% | 0.53% | - |
| HSV(B) | 11.77º | 0.87% | 0.94% | - |
| XYZ | 38.5 | 23.26 | 3.76 | - |
| YUV | 117.56 | 79.16 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 31 | 0 | 0.7 | 0.87 | 0.06 | 11.77 | 0.87 | 0.53 |
| Hex | F0 | 48 | 1F | 0 | 46 | 57 | 6 | C | 57 | 35 |
| Octal | 360 | 110 | 37 | 0 | 106 | 127 | 6 | 14 | 127 | 65 |
| Binary | 11110000 | 1001000 | 11111 | 0 | 1000110 | 1010111 | 110 | 1100 | 1010111 | 110101 |
Color Harmonies of #F0481F
Complementary color
Monochromatic Colors of #F0481F
Black with #F0481F
Text Example
Text Example
White with #F0481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0481F; }
p { color: rgb(240,72,31); }
H1.HeaderClassName
{
color: #F0481F;
}
.AnyTagClassName
{
color: #F0481F;
}
</style>
background-color css
<style>
a { background-color: #F0481F; }
a { background-color: rgb(240,72,31); }
div.DivClassName
{
background-color: #F0481F;
}
.BgClassName
{
background-color: #F0481F;
}
</style>
border-color css
<style>
span { border-color: #F0481F; }
span { border-color: rgb(240,72,31); }
td.TdClassName
{
border-color: #F0481F;
}
.TagClassName
{
border-color: #F0481F;
}
</style>