Shades of Cinnabar #F14C21
Tints of Cinnabar #F14C21
RGB
CMYK
RGB Variations
Color information
#F14C21 (or 0xF14C21) is known color: Cinnabar. HEX triplet: F1, 4C and 21. RGB value is (241,76,33). Sum of RGB (Red+Green+Blue) = 241+76+33=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C21 is #0EB3DE. Grayscale: #787878. Windows color (decimal): -963551 or 2182385. OLE color: 2182385.
HSL color Cylindrical-coordinate representation of color #F14C21: hue angle of 12.4º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F14C21 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 33 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.05 |
| HSL | 12.4º | 0.88% | 0.54% | - |
| HSV(B) | 12.4º | 0.86% | 0.95% | - |
| XYZ | 39.13 | 23.98 | 4 | - |
| YUV | 120.43 | 78.66 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 33 | 0 | 0.68 | 0.86 | 0.05 | 12.4 | 0.88 | 0.54 |
| Hex | F1 | 4C | 21 | 0 | 44 | 56 | 5 | C | 58 | 36 |
| Octal | 361 | 114 | 41 | 0 | 104 | 126 | 5 | 14 | 130 | 66 |
| Binary | 11110001 | 1001100 | 100001 | 0 | 1000100 | 1010110 | 101 | 1100 | 1011000 | 110110 |
Color Harmonies of #F14C21
Complementary color
Monochromatic Colors of #F14C21
Black with #F14C21
Text Example
Text Example
White with #F14C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C21; }
p { color: rgb(241,76,33); }
H1.HeaderClassName
{
color: #F14C21;
}
.AnyTagClassName
{
color: #F14C21;
}
</style>
background-color css
<style>
a { background-color: #F14C21; }
a { background-color: rgb(241,76,33); }
div.DivClassName
{
background-color: #F14C21;
}
.BgClassName
{
background-color: #F14C21;
}
</style>
border-color css
<style>
span { border-color: #F14C21; }
span { border-color: rgb(241,76,33); }
td.TdClassName
{
border-color: #F14C21;
}
.TagClassName
{
border-color: #F14C21;
}
</style>