Shades of Cinnabar #F14C31
Tints of Cinnabar #F14C31
RGB
CMYK
RGB Variations
Color information
#F14C31 (or 0xF14C31) is known color: Cinnabar. HEX triplet: F1, 4C and 31. RGB value is (241,76,49). Sum of RGB (Red+Green+Blue) = 241+76+49=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C31 is #0EB3CE. Grayscale: #7A7A7A. Windows color (decimal): -963535 or 3230961. OLE color: 3230961.
HSL color Cylindrical-coordinate representation of color #F14C31: hue angle of 8.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F14C31 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 49 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.05 |
| HSL | 8.44º | 0.87% | 0.57% | - |
| HSV(B) | 8.44º | 0.8% | 0.95% | - |
| XYZ | 39.41 | 24.09 | 5.48 | - |
| YUV | 122.26 | 86.66 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 49 | 0 | 0.68 | 0.80 | 0.05 | 8.44 | 0.87 | 0.57 |
| Hex | F1 | 4C | 31 | 0 | 44 | 50 | 5 | 8 | 57 | 39 |
| Octal | 361 | 114 | 61 | 0 | 104 | 120 | 5 | 10 | 127 | 71 |
| Binary | 11110001 | 1001100 | 110001 | 0 | 1000100 | 1010000 | 101 | 1000 | 1010111 | 111001 |
Color Harmonies of #F14C31
Complementary color
Monochromatic Colors of #F14C31
Black with #F14C31
Text Example
Text Example
White with #F14C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C31; }
p { color: rgb(241,76,49); }
H1.HeaderClassName
{
color: #F14C31;
}
.AnyTagClassName
{
color: #F14C31;
}
</style>
background-color css
<style>
a { background-color: #F14C31; }
a { background-color: rgb(241,76,49); }
div.DivClassName
{
background-color: #F14C31;
}
.BgClassName
{
background-color: #F14C31;
}
</style>
border-color css
<style>
span { border-color: #F14C31; }
span { border-color: rgb(241,76,49); }
td.TdClassName
{
border-color: #F14C31;
}
.TagClassName
{
border-color: #F14C31;
}
</style>