Shades of Cinnabar #F14E2E
Tints of Cinnabar #F14E2E
RGB
CMYK
RGB Variations
Color information
#F14E2E (or 0xF14E2E) is known color: Cinnabar. HEX triplet: F1, 4E and 2E. RGB value is (241,78,46). Sum of RGB (Red+Green+Blue) = 241+78+46=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E2E is #0EB1D1. Grayscale: #7B7B7B. Windows color (decimal): -963026 or 3034865. OLE color: 3034865.
HSL color Cylindrical-coordinate representation of color #F14E2E: hue angle of 9.85º 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 #F14E2E is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 46 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.05 |
| HSL | 9.85º | 0.87% | 0.56% | - |
| HSV(B) | 9.85º | 0.81% | 0.95% | - |
| XYZ | 39.49 | 24.35 | 5.2 | - |
| YUV | 123.09 | 84.5 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 46 | 0 | 0.68 | 0.81 | 0.05 | 9.85 | 0.87 | 0.56 |
| Hex | F1 | 4E | 2E | 0 | 44 | 51 | 5 | A | 57 | 38 |
| Octal | 361 | 116 | 56 | 0 | 104 | 121 | 5 | 12 | 127 | 70 |
| Binary | 11110001 | 1001110 | 101110 | 0 | 1000100 | 1010001 | 101 | 1010 | 1010111 | 111000 |
Color Harmonies of #F14E2E
Complementary color
Monochromatic Colors of #F14E2E
Black with #F14E2E
Text Example
Text Example
White with #F14E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E2E; }
p { color: rgb(241,78,46); }
H1.HeaderClassName
{
color: #F14E2E;
}
.AnyTagClassName
{
color: #F14E2E;
}
</style>
background-color css
<style>
a { background-color: #F14E2E; }
a { background-color: rgb(241,78,46); }
div.DivClassName
{
background-color: #F14E2E;
}
.BgClassName
{
background-color: #F14E2E;
}
</style>
border-color css
<style>
span { border-color: #F14E2E; }
span { border-color: rgb(241,78,46); }
td.TdClassName
{
border-color: #F14E2E;
}
.TagClassName
{
border-color: #F14E2E;
}
</style>