Shades of Cinnabar #F0411F
Tints of Cinnabar #F0411F
RGB
CMYK
RGB Variations
Color information
#F0411F (or 0xF0411F) is known color: Cinnabar. HEX triplet: F0, 41 and 1F. RGB value is (240,65,31). Sum of RGB (Red+Green+Blue) = 240+65+31=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0411F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0411F is #0FBEE0. Grayscale: #717171. Windows color (decimal): -1031905 or 2048496. OLE color: 2048496.
HSL color Cylindrical-coordinate representation of color #F0411F: hue angle of 9.76º 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 #F0411F is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 31 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.06 |
| HSL | 9.76º | 0.87% | 0.53% | - |
| HSV(B) | 9.76º | 0.87% | 0.94% | - |
| XYZ | 38.07 | 22.4 | 3.61 | - |
| YUV | 113.45 | 81.48 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 31 | 0 | 0.73 | 0.87 | 0.06 | 9.76 | 0.87 | 0.53 |
| Hex | F0 | 41 | 1F | 0 | 49 | 57 | 6 | A | 57 | 35 |
| Octal | 360 | 101 | 37 | 0 | 111 | 127 | 6 | 12 | 127 | 65 |
| Binary | 11110000 | 1000001 | 11111 | 0 | 1001001 | 1010111 | 110 | 1010 | 1010111 | 110101 |
Color Harmonies of #F0411F
Complementary color
Monochromatic Colors of #F0411F
Black with #F0411F
Text Example
Text Example
White with #F0411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0411F; }
p { color: rgb(240,65,31); }
H1.HeaderClassName
{
color: #F0411F;
}
.AnyTagClassName
{
color: #F0411F;
}
</style>
background-color css
<style>
a { background-color: #F0411F; }
a { background-color: rgb(240,65,31); }
div.DivClassName
{
background-color: #F0411F;
}
.BgClassName
{
background-color: #F0411F;
}
</style>
border-color css
<style>
span { border-color: #F0411F; }
span { border-color: rgb(240,65,31); }
td.TdClassName
{
border-color: #F0411F;
}
.TagClassName
{
border-color: #F0411F;
}
</style>