Shades of Cinnabar #F1401F
Tints of Cinnabar #F1401F
RGB
CMYK
RGB Variations
Color information
#F1401F (or 0xF1401F) is known color: Cinnabar. HEX triplet: F1, 40 and 1F. RGB value is (241,64,31). Sum of RGB (Red+Green+Blue) = 241+64+31=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1401F is #0EBFE0. Grayscale: #717171. Windows color (decimal): -966625 or 2048241. OLE color: 2048241.
HSL color Cylindrical-coordinate representation of color #F1401F: hue angle of 9.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1401F is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 31 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.05 |
| HSL | 9.43º | 0.88% | 0.53% | - |
| HSV(B) | 9.43º | 0.87% | 0.95% | - |
| XYZ | 38.36 | 22.47 | 3.61 | - |
| YUV | 113.16 | 81.64 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 31 | 0 | 0.73 | 0.87 | 0.05 | 9.43 | 0.88 | 0.53 |
| Hex | F1 | 40 | 1F | 0 | 49 | 57 | 5 | 9 | 58 | 35 |
| Octal | 361 | 100 | 37 | 0 | 111 | 127 | 5 | 11 | 130 | 65 |
| Binary | 11110001 | 1000000 | 11111 | 0 | 1001001 | 1010111 | 101 | 1001 | 1011000 | 110101 |
Color Harmonies of #F1401F
Complementary color
Monochromatic Colors of #F1401F
Black with #F1401F
Text Example
Text Example
White with #F1401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1401F; }
p { color: rgb(241,64,31); }
H1.HeaderClassName
{
color: #F1401F;
}
.AnyTagClassName
{
color: #F1401F;
}
</style>
background-color css
<style>
a { background-color: #F1401F; }
a { background-color: rgb(241,64,31); }
div.DivClassName
{
background-color: #F1401F;
}
.BgClassName
{
background-color: #F1401F;
}
</style>
border-color css
<style>
span { border-color: #F1401F; }
span { border-color: rgb(241,64,31); }
td.TdClassName
{
border-color: #F1401F;
}
.TagClassName
{
border-color: #F1401F;
}
</style>