Shades of Cinnabar #F14C2F
Tints of Cinnabar #F14C2F
RGB
CMYK
RGB Variations
Color information
#F14C2F (or 0xF14C2F) is known color: Cinnabar. HEX triplet: F1, 4C and 2F. RGB value is (241,76,47). Sum of RGB (Red+Green+Blue) = 241+76+47=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C2F is #0EB3D0. Grayscale: #7A7A7A. Windows color (decimal): -963537 or 3099889. OLE color: 3099889.
HSL color Cylindrical-coordinate representation of color #F14C2F: hue angle of 8.97º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F14C2F is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 47 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.05 |
| HSL | 8.97º | 0.87% | 0.56% | - |
| HSV(B) | 8.97º | 0.8% | 0.95% | - |
| XYZ | 39.37 | 24.07 | 5.26 | - |
| YUV | 122.03 | 85.66 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 47 | 0 | 0.68 | 0.80 | 0.05 | 8.97 | 0.87 | 0.56 |
| Hex | F1 | 4C | 2F | 0 | 44 | 50 | 5 | 9 | 57 | 38 |
| Octal | 361 | 114 | 57 | 0 | 104 | 120 | 5 | 11 | 127 | 70 |
| Binary | 11110001 | 1001100 | 101111 | 0 | 1000100 | 1010000 | 101 | 1001 | 1010111 | 111000 |
Color Harmonies of #F14C2F
Complementary color
Monochromatic Colors of #F14C2F
Black with #F14C2F
Text Example
Text Example
White with #F14C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C2F; }
p { color: rgb(241,76,47); }
H1.HeaderClassName
{
color: #F14C2F;
}
.AnyTagClassName
{
color: #F14C2F;
}
</style>
background-color css
<style>
a { background-color: #F14C2F; }
a { background-color: rgb(241,76,47); }
div.DivClassName
{
background-color: #F14C2F;
}
.BgClassName
{
background-color: #F14C2F;
}
</style>
border-color css
<style>
span { border-color: #F14C2F; }
span { border-color: rgb(241,76,47); }
td.TdClassName
{
border-color: #F14C2F;
}
.TagClassName
{
border-color: #F14C2F;
}
</style>