Shades of Cinnabar #F14C30
Tints of Cinnabar #F14C30
RGB
CMYK
RGB Variations
Color information
#F14C30 (or 0xF14C30) is known color: Cinnabar. HEX triplet: F1, 4C and 30. RGB value is (241,76,48). Sum of RGB (Red+Green+Blue) = 241+76+48=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C30 is #0EB3CF. Grayscale: #7A7A7A. Windows color (decimal): -963536 or 3165425. OLE color: 3165425.
HSL color Cylindrical-coordinate representation of color #F14C30: hue angle of 8.7º 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 #F14C30 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 48 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.05 |
| HSL | 8.7º | 0.87% | 0.57% | - |
| HSV(B) | 8.7º | 0.8% | 0.95% | - |
| XYZ | 39.39 | 24.08 | 5.37 | - |
| YUV | 122.14 | 86.16 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 48 | 0 | 0.68 | 0.80 | 0.05 | 8.7 | 0.87 | 0.57 |
| Hex | F1 | 4C | 30 | 0 | 44 | 50 | 5 | 9 | 57 | 39 |
| Octal | 361 | 114 | 60 | 0 | 104 | 120 | 5 | 11 | 127 | 71 |
| Binary | 11110001 | 1001100 | 110000 | 0 | 1000100 | 1010000 | 101 | 1001 | 1010111 | 111001 |
Color Harmonies of #F14C30
Complementary color
Monochromatic Colors of #F14C30
Black with #F14C30
Text Example
Text Example
White with #F14C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C30; }
p { color: rgb(241,76,48); }
H1.HeaderClassName
{
color: #F14C30;
}
.AnyTagClassName
{
color: #F14C30;
}
</style>
background-color css
<style>
a { background-color: #F14C30; }
a { background-color: rgb(241,76,48); }
div.DivClassName
{
background-color: #F14C30;
}
.BgClassName
{
background-color: #F14C30;
}
</style>
border-color css
<style>
span { border-color: #F14C30; }
span { border-color: rgb(241,76,48); }
td.TdClassName
{
border-color: #F14C30;
}
.TagClassName
{
border-color: #F14C30;
}
</style>