Shades of Cinnabar #F1411D
Tints of Cinnabar #F1411D
RGB
CMYK
RGB Variations
Color information
#F1411D (or 0xF1411D) is known color: Cinnabar. HEX triplet: F1, 41 and 1D. RGB value is (241,65,29). Sum of RGB (Red+Green+Blue) = 241+65+29=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F1411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1411D is #0EBEE2. Grayscale: #717171. Windows color (decimal): -966371 or 1917425. OLE color: 1917425.
HSL color Cylindrical-coordinate representation of color #F1411D: hue angle of 10.19º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1411D is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 29 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.05 |
| HSL | 10.19º | 0.88% | 0.53% | - |
| HSV(B) | 10.19º | 0.88% | 0.95% | - |
| XYZ | 38.39 | 22.57 | 3.5 | - |
| YUV | 113.52 | 80.31 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 29 | 0 | 0.73 | 0.88 | 0.05 | 10.19 | 0.88 | 0.53 |
| Hex | F1 | 41 | 1D | 0 | 49 | 58 | 5 | A | 58 | 35 |
| Octal | 361 | 101 | 35 | 0 | 111 | 130 | 5 | 12 | 130 | 65 |
| Binary | 11110001 | 1000001 | 11101 | 0 | 1001001 | 1011000 | 101 | 1010 | 1011000 | 110101 |
Color Harmonies of #F1411D
Complementary color
Monochromatic Colors of #F1411D
Black with #F1411D
Text Example
Text Example
White with #F1411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1411D; }
p { color: rgb(241,65,29); }
H1.HeaderClassName
{
color: #F1411D;
}
.AnyTagClassName
{
color: #F1411D;
}
</style>
background-color css
<style>
a { background-color: #F1411D; }
a { background-color: rgb(241,65,29); }
div.DivClassName
{
background-color: #F1411D;
}
.BgClassName
{
background-color: #F1411D;
}
</style>
border-color css
<style>
span { border-color: #F1411D; }
span { border-color: rgb(241,65,29); }
td.TdClassName
{
border-color: #F1411D;
}
.TagClassName
{
border-color: #F1411D;
}
</style>