Shades of Cinnabar #F1411B
Tints of Cinnabar #F1411B
RGB
CMYK
RGB Variations
Color information
#F1411B (or 0xF1411B) is known color: Cinnabar. HEX triplet: F1, 41 and 1B. RGB value is (241,65,27). Sum of RGB (Red+Green+Blue) = 241+65+27=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F1411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1411B is #0EBEE4. Grayscale: #717171. Windows color (decimal): -966373 or 1786353. OLE color: 1786353.
HSL color Cylindrical-coordinate representation of color #F1411B: hue angle of 10.65º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1411B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.05 |
| HSL | 10.65º | 0.88% | 0.53% | - |
| HSV(B) | 10.65º | 0.89% | 0.95% | - |
| XYZ | 38.36 | 22.56 | 3.37 | - |
| YUV | 113.29 | 79.31 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 27 | 0 | 0.73 | 0.89 | 0.05 | 10.65 | 0.88 | 0.53 |
| Hex | F1 | 41 | 1B | 0 | 49 | 59 | 5 | B | 58 | 35 |
| Octal | 361 | 101 | 33 | 0 | 111 | 131 | 5 | 13 | 130 | 65 |
| Binary | 11110001 | 1000001 | 11011 | 0 | 1001001 | 1011001 | 101 | 1011 | 1011000 | 110101 |
Color Harmonies of #F1411B
Complementary color
Monochromatic Colors of #F1411B
Black with #F1411B
Text Example
Text Example
White with #F1411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1411B; }
p { color: rgb(241,65,27); }
H1.HeaderClassName
{
color: #F1411B;
}
.AnyTagClassName
{
color: #F1411B;
}
</style>
background-color css
<style>
a { background-color: #F1411B; }
a { background-color: rgb(241,65,27); }
div.DivClassName
{
background-color: #F1411B;
}
.BgClassName
{
background-color: #F1411B;
}
</style>
border-color css
<style>
span { border-color: #F1411B; }
span { border-color: rgb(241,65,27); }
td.TdClassName
{
border-color: #F1411B;
}
.TagClassName
{
border-color: #F1411B;
}
</style>