Shades of Cinnabar #F04F2E
Tints of Cinnabar #F04F2E
RGB
CMYK
RGB Variations
Color information
#F04F2E (or 0xF04F2E) is known color: Cinnabar. HEX triplet: F0, 4F and 2E. RGB value is (240,79,46). Sum of RGB (Red+Green+Blue) = 240+79+46=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F2E is #0FB0D1. Grayscale: #7B7B7B. Windows color (decimal): -1028306 or 3035120. OLE color: 3035120.
HSL color Cylindrical-coordinate representation of color #F04F2E: hue angle of 10.21º 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 #F04F2E is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 46 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.06 |
| HSL | 10.21º | 0.87% | 0.56% | - |
| HSV(B) | 10.21º | 0.81% | 0.94% | - |
| XYZ | 39.22 | 24.31 | 5.21 | - |
| YUV | 123.38 | 84.34 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 46 | 0 | 0.67 | 0.81 | 0.06 | 10.21 | 0.87 | 0.56 |
| Hex | F0 | 4F | 2E | 0 | 43 | 51 | 6 | A | 57 | 38 |
| Octal | 360 | 117 | 56 | 0 | 103 | 121 | 6 | 12 | 127 | 70 |
| Binary | 11110000 | 1001111 | 101110 | 0 | 1000011 | 1010001 | 110 | 1010 | 1010111 | 111000 |
Color Harmonies of #F04F2E
Complementary color
Monochromatic Colors of #F04F2E
Black with #F04F2E
Text Example
Text Example
White with #F04F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F2E; }
p { color: rgb(240,79,46); }
H1.HeaderClassName
{
color: #F04F2E;
}
.AnyTagClassName
{
color: #F04F2E;
}
</style>
background-color css
<style>
a { background-color: #F04F2E; }
a { background-color: rgb(240,79,46); }
div.DivClassName
{
background-color: #F04F2E;
}
.BgClassName
{
background-color: #F04F2E;
}
</style>
border-color css
<style>
span { border-color: #F04F2E; }
span { border-color: rgb(240,79,46); }
td.TdClassName
{
border-color: #F04F2E;
}
.TagClassName
{
border-color: #F04F2E;
}
</style>