Shades of Cinnabar #F2461E
Tints of Cinnabar #F2461E
RGB
CMYK
RGB Variations
Color information
#F2461E (or 0xF2461E) is known color: Cinnabar. HEX triplet: F2, 46 and 1E. RGB value is (242,70,30). Sum of RGB (Red+Green+Blue) = 242+70+30=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F2461E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2461E is #0DB9E1. Grayscale: #757575. Windows color (decimal): -899554 or 1984242. OLE color: 1984242.
HSL color Cylindrical-coordinate representation of color #F2461E: hue angle of 11.32º degrees, saturation: 0.89, 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 #F2461E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 30 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.05 |
| HSL | 11.32º | 0.89% | 0.53% | - |
| HSV(B) | 11.32º | 0.88% | 0.95% | - |
| XYZ | 39.04 | 23.35 | 3.68 | - |
| YUV | 116.87 | 78.98 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 30 | 0 | 0.71 | 0.88 | 0.05 | 11.32 | 0.89 | 0.53 |
| Hex | F2 | 46 | 1E | 0 | 47 | 58 | 5 | B | 59 | 35 |
| Octal | 362 | 106 | 36 | 0 | 107 | 130 | 5 | 13 | 131 | 65 |
| Binary | 11110010 | 1000110 | 11110 | 0 | 1000111 | 1011000 | 101 | 1011 | 1011001 | 110101 |
Color Harmonies of #F2461E
Complementary color
Monochromatic Colors of #F2461E
Black with #F2461E
Text Example
Text Example
White with #F2461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2461E; }
p { color: rgb(242,70,30); }
H1.HeaderClassName
{
color: #F2461E;
}
.AnyTagClassName
{
color: #F2461E;
}
</style>
background-color css
<style>
a { background-color: #F2461E; }
a { background-color: rgb(242,70,30); }
div.DivClassName
{
background-color: #F2461E;
}
.BgClassName
{
background-color: #F2461E;
}
</style>
border-color css
<style>
span { border-color: #F2461E; }
span { border-color: rgb(242,70,30); }
td.TdClassName
{
border-color: #F2461E;
}
.TagClassName
{
border-color: #F2461E;
}
</style>