Shades of Cinnabar #F1491C
Tints of Cinnabar #F1491C
RGB
CMYK
RGB Variations
Color information
#F1491C (or 0xF1491C) is known color: Cinnabar. HEX triplet: F1, 49 and 1C. RGB value is (241,73,28). Sum of RGB (Red+Green+Blue) = 241+73+28=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1491C is #0EB6E3. Grayscale: #767676. Windows color (decimal): -964324 or 1853937. OLE color: 1853937.
HSL color Cylindrical-coordinate representation of color #F1491C: hue angle of 12.68º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1491C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 28 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.05 |
| HSL | 12.68º | 0.88% | 0.53% | - |
| HSV(B) | 12.68º | 0.88% | 0.95% | - |
| XYZ | 38.87 | 23.55 | 3.6 | - |
| YUV | 118.1 | 77.16 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 28 | 0 | 0.70 | 0.88 | 0.05 | 12.68 | 0.88 | 0.53 |
| Hex | F1 | 49 | 1C | 0 | 46 | 58 | 5 | D | 58 | 35 |
| Octal | 361 | 111 | 34 | 0 | 106 | 130 | 5 | 15 | 130 | 65 |
| Binary | 11110001 | 1001001 | 11100 | 0 | 1000110 | 1011000 | 101 | 1101 | 1011000 | 110101 |
Color Harmonies of #F1491C
Complementary color
Monochromatic Colors of #F1491C
Black with #F1491C
Text Example
Text Example
White with #F1491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1491C; }
p { color: rgb(241,73,28); }
H1.HeaderClassName
{
color: #F1491C;
}
.AnyTagClassName
{
color: #F1491C;
}
</style>
background-color css
<style>
a { background-color: #F1491C; }
a { background-color: rgb(241,73,28); }
div.DivClassName
{
background-color: #F1491C;
}
.BgClassName
{
background-color: #F1491C;
}
</style>
border-color css
<style>
span { border-color: #F1491C; }
span { border-color: rgb(241,73,28); }
td.TdClassName
{
border-color: #F1491C;
}
.TagClassName
{
border-color: #F1491C;
}
</style>