Shades of Cinnabar #F14020
Tints of Cinnabar #F14020
RGB
CMYK
RGB Variations
Color information
#F14020 (or 0xF14020) is known color: Cinnabar. HEX triplet: F1, 40 and 20. RGB value is (241,64,32). Sum of RGB (Red+Green+Blue) = 241+64+32=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F14020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14020 is #0EBFDF. Grayscale: #717171. Windows color (decimal): -966624 or 2113777. OLE color: 2113777.
HSL color Cylindrical-coordinate representation of color #F14020: hue angle of 9.19º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F14020 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 32 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.05 |
| HSL | 9.19º | 0.88% | 0.54% | - |
| HSV(B) | 9.19º | 0.87% | 0.95% | - |
| XYZ | 38.37 | 22.47 | 3.68 | - |
| YUV | 113.28 | 82.14 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 32 | 0 | 0.73 | 0.87 | 0.05 | 9.19 | 0.88 | 0.54 |
| Hex | F1 | 40 | 20 | 0 | 49 | 57 | 5 | 9 | 58 | 36 |
| Octal | 361 | 100 | 40 | 0 | 111 | 127 | 5 | 11 | 130 | 66 |
| Binary | 11110001 | 1000000 | 100000 | 0 | 1001001 | 1010111 | 101 | 1001 | 1011000 | 110110 |
Color Harmonies of #F14020
Complementary color
Monochromatic Colors of #F14020
Black with #F14020
Text Example
Text Example
White with #F14020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14020; }
p { color: rgb(241,64,32); }
H1.HeaderClassName
{
color: #F14020;
}
.AnyTagClassName
{
color: #F14020;
}
</style>
background-color css
<style>
a { background-color: #F14020; }
a { background-color: rgb(241,64,32); }
div.DivClassName
{
background-color: #F14020;
}
.BgClassName
{
background-color: #F14020;
}
</style>
border-color css
<style>
span { border-color: #F14020; }
span { border-color: rgb(241,64,32); }
td.TdClassName
{
border-color: #F14020;
}
.TagClassName
{
border-color: #F14020;
}
</style>