Shades of Cinnabar #F04020
Tints of Cinnabar #F04020
RGB
CMYK
RGB Variations
Color information
#F04020 (or 0xF04020) is known color: Cinnabar. HEX triplet: F0, 40 and 20. RGB value is (240,64,32). Sum of RGB (Red+Green+Blue) = 240+64+32=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F04020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04020 is #0FBFDF. Grayscale: #717171. Windows color (decimal): -1032160 or 2113776. OLE color: 2113776.
HSL color Cylindrical-coordinate representation of color #F04020: hue angle of 9.23º 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 #F04020 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 32 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.06 |
| HSL | 9.23º | 0.87% | 0.53% | - |
| HSV(B) | 9.23º | 0.87% | 0.94% | - |
| XYZ | 38.03 | 22.3 | 3.67 | - |
| YUV | 112.98 | 82.31 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 32 | 0 | 0.73 | 0.87 | 0.06 | 9.23 | 0.87 | 0.53 |
| Hex | F0 | 40 | 20 | 0 | 49 | 57 | 6 | 9 | 57 | 35 |
| Octal | 360 | 100 | 40 | 0 | 111 | 127 | 6 | 11 | 127 | 65 |
| Binary | 11110000 | 1000000 | 100000 | 0 | 1001001 | 1010111 | 110 | 1001 | 1010111 | 110101 |
Color Harmonies of #F04020
Complementary color
Monochromatic Colors of #F04020
Black with #F04020
Text Example
Text Example
White with #F04020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04020; }
p { color: rgb(240,64,32); }
H1.HeaderClassName
{
color: #F04020;
}
.AnyTagClassName
{
color: #F04020;
}
</style>
background-color css
<style>
a { background-color: #F04020; }
a { background-color: rgb(240,64,32); }
div.DivClassName
{
background-color: #F04020;
}
.BgClassName
{
background-color: #F04020;
}
</style>
border-color css
<style>
span { border-color: #F04020; }
span { border-color: rgb(240,64,32); }
td.TdClassName
{
border-color: #F04020;
}
.TagClassName
{
border-color: #F04020;
}
</style>