Shades of Cinnabar #F04B1E
Tints of Cinnabar #F04B1E
RGB
CMYK
RGB Variations
Color information
#F04B1E (or 0xF04B1E) is known color: Cinnabar. HEX triplet: F0, 4B and 1E. RGB value is (240,75,30). Sum of RGB (Red+Green+Blue) = 240+75+30=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04B1E is #0FB4E1. Grayscale: #777777. Windows color (decimal): -1029346 or 1985520. OLE color: 1985520.
HSL color Cylindrical-coordinate representation of color #F04B1E: hue angle of 12.86º 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 #F04B1E is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 30 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.06 |
| HSL | 12.86º | 0.88% | 0.53% | - |
| HSV(B) | 12.86º | 0.88% | 0.94% | - |
| XYZ | 38.69 | 23.65 | 3.75 | - |
| YUV | 119.21 | 77.66 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 30 | 0 | 0.69 | 0.87 | 0.06 | 12.86 | 0.88 | 0.53 |
| Hex | F0 | 4B | 1E | 0 | 45 | 57 | 6 | D | 58 | 35 |
| Octal | 360 | 113 | 36 | 0 | 105 | 127 | 6 | 15 | 130 | 65 |
| Binary | 11110000 | 1001011 | 11110 | 0 | 1000101 | 1010111 | 110 | 1101 | 1011000 | 110101 |
Color Harmonies of #F04B1E
Complementary color
Monochromatic Colors of #F04B1E
Black with #F04B1E
Text Example
Text Example
White with #F04B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04B1E; }
p { color: rgb(240,75,30); }
H1.HeaderClassName
{
color: #F04B1E;
}
.AnyTagClassName
{
color: #F04B1E;
}
</style>
background-color css
<style>
a { background-color: #F04B1E; }
a { background-color: rgb(240,75,30); }
div.DivClassName
{
background-color: #F04B1E;
}
.BgClassName
{
background-color: #F04B1E;
}
</style>
border-color css
<style>
span { border-color: #F04B1E; }
span { border-color: rgb(240,75,30); }
td.TdClassName
{
border-color: #F04B1E;
}
.TagClassName
{
border-color: #F04B1E;
}
</style>