Shades of Cinnabar #F1461D
Tints of Cinnabar #F1461D
RGB
CMYK
RGB Variations
Color information
#F1461D (or 0xF1461D) is known color: Cinnabar. HEX triplet: F1, 46 and 1D. RGB value is (241,70,29). Sum of RGB (Red+Green+Blue) = 241+70+29=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F1461D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1461D is #0EB9E2. Grayscale: #747474. Windows color (decimal): -965091 or 1918705. OLE color: 1918705.
HSL color Cylindrical-coordinate representation of color #F1461D: hue angle of 11.6º 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 #F1461D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.05 |
| HSL | 11.6º | 0.88% | 0.53% | - |
| HSV(B) | 11.6º | 0.88% | 0.95% | - |
| XYZ | 38.69 | 23.17 | 3.6 | - |
| YUV | 116.46 | 78.65 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 29 | 0 | 0.71 | 0.88 | 0.05 | 11.6 | 0.88 | 0.53 |
| Hex | F1 | 46 | 1D | 0 | 47 | 58 | 5 | C | 58 | 35 |
| Octal | 361 | 106 | 35 | 0 | 107 | 130 | 5 | 14 | 130 | 65 |
| Binary | 11110001 | 1000110 | 11101 | 0 | 1000111 | 1011000 | 101 | 1100 | 1011000 | 110101 |
Color Harmonies of #F1461D
Complementary color
Monochromatic Colors of #F1461D
Black with #F1461D
Text Example
Text Example
White with #F1461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1461D; }
p { color: rgb(241,70,29); }
H1.HeaderClassName
{
color: #F1461D;
}
.AnyTagClassName
{
color: #F1461D;
}
</style>
background-color css
<style>
a { background-color: #F1461D; }
a { background-color: rgb(241,70,29); }
div.DivClassName
{
background-color: #F1461D;
}
.BgClassName
{
background-color: #F1461D;
}
</style>
border-color css
<style>
span { border-color: #F1461D; }
span { border-color: rgb(241,70,29); }
td.TdClassName
{
border-color: #F1461D;
}
.TagClassName
{
border-color: #F1461D;
}
</style>