Shades of Cinnabar #F1401C
Tints of Cinnabar #F1401C
RGB
CMYK
RGB Variations
Color information
#F1401C (or 0xF1401C) is known color: Cinnabar. HEX triplet: F1, 40 and 1C. RGB value is (241,64,28). Sum of RGB (Red+Green+Blue) = 241+64+28=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F1401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1401C is #0EBFE3. Grayscale: #717171. Windows color (decimal): -966628 or 1851633. OLE color: 1851633.
HSL color Cylindrical-coordinate representation of color #F1401C: hue angle of 10.14º 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 #F1401C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 28 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.05 |
| HSL | 10.14º | 0.88% | 0.53% | - |
| HSV(B) | 10.14º | 0.88% | 0.95% | - |
| XYZ | 38.32 | 22.45 | 3.41 | - |
| YUV | 112.82 | 80.14 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 28 | 0 | 0.73 | 0.88 | 0.05 | 10.14 | 0.88 | 0.53 |
| Hex | F1 | 40 | 1C | 0 | 49 | 58 | 5 | A | 58 | 35 |
| Octal | 361 | 100 | 34 | 0 | 111 | 130 | 5 | 12 | 130 | 65 |
| Binary | 11110001 | 1000000 | 11100 | 0 | 1001001 | 1011000 | 101 | 1010 | 1011000 | 110101 |
Color Harmonies of #F1401C
Complementary color
Monochromatic Colors of #F1401C
Black with #F1401C
Text Example
Text Example
White with #F1401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1401C; }
p { color: rgb(241,64,28); }
H1.HeaderClassName
{
color: #F1401C;
}
.AnyTagClassName
{
color: #F1401C;
}
</style>
background-color css
<style>
a { background-color: #F1401C; }
a { background-color: rgb(241,64,28); }
div.DivClassName
{
background-color: #F1401C;
}
.BgClassName
{
background-color: #F1401C;
}
</style>
border-color css
<style>
span { border-color: #F1401C; }
span { border-color: rgb(241,64,28); }
td.TdClassName
{
border-color: #F1401C;
}
.TagClassName
{
border-color: #F1401C;
}
</style>