Shades of Cinnabar #F0511F
Tints of Cinnabar #F0511F
RGB
CMYK
RGB Variations
Color information
#F0511F (or 0xF0511F) is known color: Cinnabar. HEX triplet: F0, 51 and 1F. RGB value is (240,81,31). Sum of RGB (Red+Green+Blue) = 240+81+31=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0511F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0511F is #0FAEE0. Grayscale: #7B7B7B. Windows color (decimal): -1027809 or 2052592. OLE color: 2052592.
HSL color Cylindrical-coordinate representation of color #F0511F: hue angle of 14.35º 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 #F0511F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 31 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.06 |
| HSL | 14.35º | 0.87% | 0.53% | - |
| HSV(B) | 14.35º | 0.87% | 0.94% | - |
| XYZ | 39.12 | 24.51 | 3.96 | - |
| YUV | 122.84 | 76.18 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 31 | 0 | 0.66 | 0.87 | 0.06 | 14.35 | 0.87 | 0.53 |
| Hex | F0 | 51 | 1F | 0 | 42 | 57 | 6 | E | 57 | 35 |
| Octal | 360 | 121 | 37 | 0 | 102 | 127 | 6 | 16 | 127 | 65 |
| Binary | 11110000 | 1010001 | 11111 | 0 | 1000010 | 1010111 | 110 | 1110 | 1010111 | 110101 |
Color Harmonies of #F0511F
Complementary color
Monochromatic Colors of #F0511F
Black with #F0511F
Text Example
Text Example
White with #F0511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0511F; }
p { color: rgb(240,81,31); }
H1.HeaderClassName
{
color: #F0511F;
}
.AnyTagClassName
{
color: #F0511F;
}
</style>
background-color css
<style>
a { background-color: #F0511F; }
a { background-color: rgb(240,81,31); }
div.DivClassName
{
background-color: #F0511F;
}
.BgClassName
{
background-color: #F0511F;
}
</style>
border-color css
<style>
span { border-color: #F0511F; }
span { border-color: rgb(240,81,31); }
td.TdClassName
{
border-color: #F0511F;
}
.TagClassName
{
border-color: #F0511F;
}
</style>