Shades of Cinnabar #F14C2E
Tints of Cinnabar #F14C2E
RGB
CMYK
RGB Variations
Color information
#F14C2E (or 0xF14C2E) is known color: Cinnabar. HEX triplet: F1, 4C and 2E. RGB value is (241,76,46). Sum of RGB (Red+Green+Blue) = 241+76+46=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C2E is #0EB3D1. Grayscale: #7A7A7A. Windows color (decimal): -963538 or 3034353. OLE color: 3034353.
HSL color Cylindrical-coordinate representation of color #F14C2E: hue angle of 9.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F14C2E is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 46 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.05 |
| HSL | 9.23º | 0.87% | 0.56% | - |
| HSV(B) | 9.23º | 0.81% | 0.95% | - |
| XYZ | 39.35 | 24.07 | 5.16 | - |
| YUV | 121.92 | 85.16 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 46 | 0 | 0.68 | 0.81 | 0.05 | 9.23 | 0.87 | 0.56 |
| Hex | F1 | 4C | 2E | 0 | 44 | 51 | 5 | 9 | 57 | 38 |
| Octal | 361 | 114 | 56 | 0 | 104 | 121 | 5 | 11 | 127 | 70 |
| Binary | 11110001 | 1001100 | 101110 | 0 | 1000100 | 1010001 | 101 | 1001 | 1010111 | 111000 |
Color Harmonies of #F14C2E
Complementary color
Monochromatic Colors of #F14C2E
Black with #F14C2E
Text Example
Text Example
White with #F14C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C2E; }
p { color: rgb(241,76,46); }
H1.HeaderClassName
{
color: #F14C2E;
}
.AnyTagClassName
{
color: #F14C2E;
}
</style>
background-color css
<style>
a { background-color: #F14C2E; }
a { background-color: rgb(241,76,46); }
div.DivClassName
{
background-color: #F14C2E;
}
.BgClassName
{
background-color: #F14C2E;
}
</style>
border-color css
<style>
span { border-color: #F14C2E; }
span { border-color: rgb(241,76,46); }
td.TdClassName
{
border-color: #F14C2E;
}
.TagClassName
{
border-color: #F14C2E;
}
</style>