Shades of Cinnabar #F14827
Tints of Cinnabar #F14827
RGB
CMYK
RGB Variations
Color information
#F14827 (or 0xF14827) is known color: Cinnabar. HEX triplet: F1, 48 and 27. RGB value is (241,72,39). Sum of RGB (Red+Green+Blue) = 241+72+39=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F14827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14827 is #0EB7D8. Grayscale: #777777. Windows color (decimal): -964569 or 2574577. OLE color: 2574577.
HSL color Cylindrical-coordinate representation of color #F14827: hue angle of 9.8º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F14827 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 39 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.05 |
| HSL | 9.8º | 0.88% | 0.55% | - |
| HSV(B) | 9.8º | 0.84% | 0.95% | - |
| XYZ | 38.96 | 23.48 | 4.4 | - |
| YUV | 118.77 | 82.99 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 39 | 0 | 0.70 | 0.84 | 0.05 | 9.8 | 0.88 | 0.55 |
| Hex | F1 | 48 | 27 | 0 | 46 | 54 | 5 | A | 58 | 37 |
| Octal | 361 | 110 | 47 | 0 | 106 | 124 | 5 | 12 | 130 | 67 |
| Binary | 11110001 | 1001000 | 100111 | 0 | 1000110 | 1010100 | 101 | 1010 | 1011000 | 110111 |
Color Harmonies of #F14827
Complementary color
Monochromatic Colors of #F14827
Black with #F14827
Text Example
Text Example
White with #F14827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14827; }
p { color: rgb(241,72,39); }
H1.HeaderClassName
{
color: #F14827;
}
.AnyTagClassName
{
color: #F14827;
}
</style>
background-color css
<style>
a { background-color: #F14827; }
a { background-color: rgb(241,72,39); }
div.DivClassName
{
background-color: #F14827;
}
.BgClassName
{
background-color: #F14827;
}
</style>
border-color css
<style>
span { border-color: #F14827; }
span { border-color: rgb(241,72,39); }
td.TdClassName
{
border-color: #F14827;
}
.TagClassName
{
border-color: #F14827;
}
</style>