Shades of Cinnabar #F1472C
Tints of Cinnabar #F1472C
RGB
CMYK
RGB Variations
Color information
#F1472C (or 0xF1472C) is known color: Cinnabar. HEX triplet: F1, 47 and 2C. RGB value is (241,71,44). Sum of RGB (Red+Green+Blue) = 241+71+44=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F1472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1472C is #0EB8D3. Grayscale: #777777. Windows color (decimal): -964820 or 2902001. OLE color: 2902001.
HSL color Cylindrical-coordinate representation of color #F1472C: hue angle of 8.22º 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 #F1472C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 44 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.05 |
| HSL | 8.22º | 0.88% | 0.56% | - |
| HSV(B) | 8.22º | 0.82% | 0.95% | - |
| XYZ | 38.98 | 23.39 | 4.84 | - |
| YUV | 118.75 | 85.82 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 44 | 0 | 0.71 | 0.82 | 0.05 | 8.22 | 0.88 | 0.56 |
| Hex | F1 | 47 | 2C | 0 | 47 | 52 | 5 | 8 | 58 | 38 |
| Octal | 361 | 107 | 54 | 0 | 107 | 122 | 5 | 10 | 130 | 70 |
| Binary | 11110001 | 1000111 | 101100 | 0 | 1000111 | 1010010 | 101 | 1000 | 1011000 | 111000 |
Color Harmonies of #F1472C
Complementary color
Monochromatic Colors of #F1472C
Black with #F1472C
Text Example
Text Example
White with #F1472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1472C; }
p { color: rgb(241,71,44); }
H1.HeaderClassName
{
color: #F1472C;
}
.AnyTagClassName
{
color: #F1472C;
}
</style>
background-color css
<style>
a { background-color: #F1472C; }
a { background-color: rgb(241,71,44); }
div.DivClassName
{
background-color: #F1472C;
}
.BgClassName
{
background-color: #F1472C;
}
</style>
border-color css
<style>
span { border-color: #F1472C; }
span { border-color: rgb(241,71,44); }
td.TdClassName
{
border-color: #F1472C;
}
.TagClassName
{
border-color: #F1472C;
}
</style>