Shades of Cinnabar #F05031
Tints of Cinnabar #F05031
RGB
CMYK
RGB Variations
Color information
#F05031 (or 0xF05031) is known color: Cinnabar. HEX triplet: F0, 50 and 31. RGB value is (240,80,49). Sum of RGB (Red+Green+Blue) = 240+80+49=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F05031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05031 is #0FAFCE. Grayscale: #7C7C7C. Windows color (decimal): -1028047 or 3231984. OLE color: 3231984.
HSL color Cylindrical-coordinate representation of color #F05031: hue angle of 9.74º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F05031 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 49 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.06 |
| HSL | 9.74º | 0.86% | 0.57% | - |
| HSV(B) | 9.74º | 0.8% | 0.94% | - |
| XYZ | 39.36 | 24.48 | 5.56 | - |
| YUV | 124.31 | 85.51 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 49 | 0 | 0.67 | 0.80 | 0.06 | 9.74 | 0.86 | 0.57 |
| Hex | F0 | 50 | 31 | 0 | 43 | 50 | 6 | A | 56 | 39 |
| Octal | 360 | 120 | 61 | 0 | 103 | 120 | 6 | 12 | 126 | 71 |
| Binary | 11110000 | 1010000 | 110001 | 0 | 1000011 | 1010000 | 110 | 1010 | 1010110 | 111001 |
Color Harmonies of #F05031
Complementary color
Monochromatic Colors of #F05031
Black with #F05031
Text Example
Text Example
White with #F05031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05031; }
p { color: rgb(240,80,49); }
H1.HeaderClassName
{
color: #F05031;
}
.AnyTagClassName
{
color: #F05031;
}
</style>
background-color css
<style>
a { background-color: #F05031; }
a { background-color: rgb(240,80,49); }
div.DivClassName
{
background-color: #F05031;
}
.BgClassName
{
background-color: #F05031;
}
</style>
border-color css
<style>
span { border-color: #F05031; }
span { border-color: rgb(240,80,49); }
td.TdClassName
{
border-color: #F05031;
}
.TagClassName
{
border-color: #F05031;
}
</style>