Shades of Cinnabar #F0501F
Tints of Cinnabar #F0501F
RGB
CMYK
RGB Variations
Color information
#F0501F (or 0xF0501F) is known color: Cinnabar. HEX triplet: F0, 50 and 1F. RGB value is (240,80,31). Sum of RGB (Red+Green+Blue) = 240+80+31=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0501F is #0FAFE0. Grayscale: #7A7A7A. Windows color (decimal): -1028065 or 2052336. OLE color: 2052336.
HSL color Cylindrical-coordinate representation of color #F0501F: hue angle of 14.07º 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 #F0501F is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 31 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.06 |
| HSL | 14.07º | 0.87% | 0.53% | - |
| HSV(B) | 14.07º | 0.87% | 0.94% | - |
| XYZ | 39.05 | 24.36 | 3.94 | - |
| YUV | 122.25 | 76.51 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 31 | 0 | 0.67 | 0.87 | 0.06 | 14.07 | 0.87 | 0.53 |
| Hex | F0 | 50 | 1F | 0 | 43 | 57 | 6 | E | 57 | 35 |
| Octal | 360 | 120 | 37 | 0 | 103 | 127 | 6 | 16 | 127 | 65 |
| Binary | 11110000 | 1010000 | 11111 | 0 | 1000011 | 1010111 | 110 | 1110 | 1010111 | 110101 |
Color Harmonies of #F0501F
Complementary color
Monochromatic Colors of #F0501F
Black with #F0501F
Text Example
Text Example
White with #F0501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0501F; }
p { color: rgb(240,80,31); }
H1.HeaderClassName
{
color: #F0501F;
}
.AnyTagClassName
{
color: #F0501F;
}
</style>
background-color css
<style>
a { background-color: #F0501F; }
a { background-color: rgb(240,80,31); }
div.DivClassName
{
background-color: #F0501F;
}
.BgClassName
{
background-color: #F0501F;
}
</style>
border-color css
<style>
span { border-color: #F0501F; }
span { border-color: rgb(240,80,31); }
td.TdClassName
{
border-color: #F0501F;
}
.TagClassName
{
border-color: #F0501F;
}
</style>