Shades of Cinnabar #F0481D
Tints of Cinnabar #F0481D
RGB
CMYK
RGB Variations
Color information
#F0481D (or 0xF0481D) is known color: Cinnabar. HEX triplet: F0, 48 and 1D. RGB value is (240,72,29). Sum of RGB (Red+Green+Blue) = 240+72+29=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F0481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0481D is #0FB7E2. Grayscale: #757575. Windows color (decimal): -1030115 or 1919216. OLE color: 1919216.
HSL color Cylindrical-coordinate representation of color #F0481D: hue angle of 12.23º 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 #F0481D is Cyan = 0, Magento = 0.7, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 29 | - |
| CMYK | 0 | 0.7 | 0.88 | 0.06 |
| HSL | 12.23º | 0.88% | 0.53% | - |
| HSV(B) | 12.23º | 0.88% | 0.94% | - |
| XYZ | 38.47 | 23.25 | 3.62 | - |
| YUV | 117.33 | 78.16 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 29 | 0 | 0.7 | 0.88 | 0.06 | 12.23 | 0.88 | 0.53 |
| Hex | F0 | 48 | 1D | 0 | 46 | 58 | 6 | C | 58 | 35 |
| Octal | 360 | 110 | 35 | 0 | 106 | 130 | 6 | 14 | 130 | 65 |
| Binary | 11110000 | 1001000 | 11101 | 0 | 1000110 | 1011000 | 110 | 1100 | 1011000 | 110101 |
Color Harmonies of #F0481D
Complementary color
Monochromatic Colors of #F0481D
Black with #F0481D
Text Example
Text Example
White with #F0481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0481D; }
p { color: rgb(240,72,29); }
H1.HeaderClassName
{
color: #F0481D;
}
.AnyTagClassName
{
color: #F0481D;
}
</style>
background-color css
<style>
a { background-color: #F0481D; }
a { background-color: rgb(240,72,29); }
div.DivClassName
{
background-color: #F0481D;
}
.BgClassName
{
background-color: #F0481D;
}
</style>
border-color css
<style>
span { border-color: #F0481D; }
span { border-color: rgb(240,72,29); }
td.TdClassName
{
border-color: #F0481D;
}
.TagClassName
{
border-color: #F0481D;
}
</style>