Shades of Cinnabar #F1471F
Tints of Cinnabar #F1471F
RGB
CMYK
RGB Variations
Color information
#F1471F (or 0xF1471F) is known color: Cinnabar. HEX triplet: F1, 47 and 1F. RGB value is (241,71,31). Sum of RGB (Red+Green+Blue) = 241+71+31=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F1471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1471F is #0EB8E0. Grayscale: #757575. Windows color (decimal): -964833 or 2050033. OLE color: 2050033.
HSL color Cylindrical-coordinate representation of color #F1471F: hue angle of 11.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 #F1471F is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 31 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.05 |
| HSL | 11.43º | 0.88% | 0.53% | - |
| HSV(B) | 11.43º | 0.87% | 0.95% | - |
| XYZ | 38.78 | 23.31 | 3.75 | - |
| YUV | 117.27 | 79.32 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 31 | 0 | 0.71 | 0.87 | 0.05 | 11.43 | 0.88 | 0.53 |
| Hex | F1 | 47 | 1F | 0 | 47 | 57 | 5 | B | 58 | 35 |
| Octal | 361 | 107 | 37 | 0 | 107 | 127 | 5 | 13 | 130 | 65 |
| Binary | 11110001 | 1000111 | 11111 | 0 | 1000111 | 1010111 | 101 | 1011 | 1011000 | 110101 |
Color Harmonies of #F1471F
Complementary color
Monochromatic Colors of #F1471F
Black with #F1471F
Text Example
Text Example
White with #F1471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1471F; }
p { color: rgb(241,71,31); }
H1.HeaderClassName
{
color: #F1471F;
}
.AnyTagClassName
{
color: #F1471F;
}
</style>
background-color css
<style>
a { background-color: #F1471F; }
a { background-color: rgb(241,71,31); }
div.DivClassName
{
background-color: #F1471F;
}
.BgClassName
{
background-color: #F1471F;
}
</style>
border-color css
<style>
span { border-color: #F1471F; }
span { border-color: rgb(241,71,31); }
td.TdClassName
{
border-color: #F1471F;
}
.TagClassName
{
border-color: #F1471F;
}
</style>