Shades of Cinnabar #F0481C
Tints of Cinnabar #F0481C
RGB
CMYK
RGB Variations
Color information
#F0481C (or 0xF0481C) is known color: Cinnabar. HEX triplet: F0, 48 and 1C. RGB value is (240,72,28). Sum of RGB (Red+Green+Blue) = 240+72+28=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0481C is #0FB7E3. Grayscale: #757575. Windows color (decimal): -1030116 or 1853680. OLE color: 1853680.
HSL color Cylindrical-coordinate representation of color #F0481C: hue angle of 12.45º degrees, saturation: 0.88, 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 #F0481C is Cyan = 0, Magento = 0.7, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 28 | - |
| CMYK | 0 | 0.7 | 0.88 | 0.06 |
| HSL | 12.45º | 0.88% | 0.53% | - |
| HSV(B) | 12.45º | 0.88% | 0.94% | - |
| XYZ | 38.46 | 23.24 | 3.56 | - |
| YUV | 117.22 | 77.66 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 28 | 0 | 0.7 | 0.88 | 0.06 | 12.45 | 0.88 | 0.53 |
| Hex | F0 | 48 | 1C | 0 | 46 | 58 | 6 | C | 58 | 35 |
| Octal | 360 | 110 | 34 | 0 | 106 | 130 | 6 | 14 | 130 | 65 |
| Binary | 11110000 | 1001000 | 11100 | 0 | 1000110 | 1011000 | 110 | 1100 | 1011000 | 110101 |
Color Harmonies of #F0481C
Complementary color
Monochromatic Colors of #F0481C
Black with #F0481C
Text Example
Text Example
White with #F0481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0481C; }
p { color: rgb(240,72,28); }
H1.HeaderClassName
{
color: #F0481C;
}
.AnyTagClassName
{
color: #F0481C;
}
</style>
background-color css
<style>
a { background-color: #F0481C; }
a { background-color: rgb(240,72,28); }
div.DivClassName
{
background-color: #F0481C;
}
.BgClassName
{
background-color: #F0481C;
}
</style>
border-color css
<style>
span { border-color: #F0481C; }
span { border-color: rgb(240,72,28); }
td.TdClassName
{
border-color: #F0481C;
}
.TagClassName
{
border-color: #F0481C;
}
</style>