Shades of Cinnabar #F1462D
Tints of Cinnabar #F1462D
RGB
CMYK
RGB Variations
Color information
#F1462D (or 0xF1462D) is known color: Cinnabar. HEX triplet: F1, 46 and 2D. RGB value is (241,70,45). Sum of RGB (Red+Green+Blue) = 241+70+45=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F1462D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1462D is #0EB9D2. Grayscale: #767676. Windows color (decimal): -965075 or 2967281. OLE color: 2967281.
HSL color Cylindrical-coordinate representation of color #F1462D: hue angle of 7.65º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1462D is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 45 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.05 |
| HSL | 7.65º | 0.88% | 0.56% | - |
| HSV(B) | 7.65º | 0.81% | 0.95% | - |
| XYZ | 38.94 | 23.27 | 4.92 | - |
| YUV | 118.28 | 86.65 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 45 | 0 | 0.71 | 0.81 | 0.05 | 7.65 | 0.88 | 0.56 |
| Hex | F1 | 46 | 2D | 0 | 47 | 51 | 5 | 8 | 58 | 38 |
| Octal | 361 | 106 | 55 | 0 | 107 | 121 | 5 | 10 | 130 | 70 |
| Binary | 11110001 | 1000110 | 101101 | 0 | 1000111 | 1010001 | 101 | 1000 | 1011000 | 111000 |
Color Harmonies of #F1462D
Complementary color
Monochromatic Colors of #F1462D
Black with #F1462D
Text Example
Text Example
White with #F1462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1462D; }
p { color: rgb(241,70,45); }
H1.HeaderClassName
{
color: #F1462D;
}
.AnyTagClassName
{
color: #F1462D;
}
</style>
background-color css
<style>
a { background-color: #F1462D; }
a { background-color: rgb(241,70,45); }
div.DivClassName
{
background-color: #F1462D;
}
.BgClassName
{
background-color: #F1462D;
}
</style>
border-color css
<style>
span { border-color: #F1462D; }
span { border-color: rgb(241,70,45); }
td.TdClassName
{
border-color: #F1462D;
}
.TagClassName
{
border-color: #F1462D;
}
</style>