Shades of Cinnabar #F1472B
Tints of Cinnabar #F1472B
RGB
CMYK
RGB Variations
Color information
#F1472B (or 0xF1472B) is known color: Cinnabar. HEX triplet: F1, 47 and 2B. RGB value is (241,71,43). Sum of RGB (Red+Green+Blue) = 241+71+43=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F1472B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1472B is #0EB8D4. Grayscale: #767676. Windows color (decimal): -964821 or 2836465. OLE color: 2836465.
HSL color Cylindrical-coordinate representation of color #F1472B: hue angle of 8.48º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1472B is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 43 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.05 |
| HSL | 8.48º | 0.88% | 0.56% | - |
| HSV(B) | 8.48º | 0.82% | 0.95% | - |
| XYZ | 38.96 | 23.38 | 4.74 | - |
| YUV | 118.64 | 85.32 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 43 | 0 | 0.71 | 0.82 | 0.05 | 8.48 | 0.88 | 0.56 |
| Hex | F1 | 47 | 2B | 0 | 47 | 52 | 5 | 8 | 58 | 38 |
| Octal | 361 | 107 | 53 | 0 | 107 | 122 | 5 | 10 | 130 | 70 |
| Binary | 11110001 | 1000111 | 101011 | 0 | 1000111 | 1010010 | 101 | 1000 | 1011000 | 111000 |
Color Harmonies of #F1472B
Complementary color
Monochromatic Colors of #F1472B
Black with #F1472B
Text Example
Text Example
White with #F1472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1472B; }
p { color: rgb(241,71,43); }
H1.HeaderClassName
{
color: #F1472B;
}
.AnyTagClassName
{
color: #F1472B;
}
</style>
background-color css
<style>
a { background-color: #F1472B; }
a { background-color: rgb(241,71,43); }
div.DivClassName
{
background-color: #F1472B;
}
.BgClassName
{
background-color: #F1472B;
}
</style>
border-color css
<style>
span { border-color: #F1472B; }
span { border-color: rgb(241,71,43); }
td.TdClassName
{
border-color: #F1472B;
}
.TagClassName
{
border-color: #F1472B;
}
</style>