Shades of Cinnabar #F2492B
Tints of Cinnabar #F2492B
RGB
CMYK
RGB Variations
Color information
#F2492B (or 0xF2492B) is known color: Cinnabar. HEX triplet: F2, 49 and 2B. RGB value is (242,73,43). Sum of RGB (Red+Green+Blue) = 242+73+43=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2492B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2492B is #0DB6D4. Grayscale: #787878. Windows color (decimal): -898773 or 2836978. OLE color: 2836978.
HSL color Cylindrical-coordinate representation of color #F2492B: hue angle of 9.05º 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 #F2492B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 43 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.05 |
| HSL | 9.05º | 0.88% | 0.56% | - |
| HSV(B) | 9.05º | 0.82% | 0.95% | - |
| XYZ | 39.44 | 23.82 | 4.8 | - |
| YUV | 120.11 | 84.49 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 43 | 0 | 0.70 | 0.82 | 0.05 | 9.05 | 0.88 | 0.56 |
| Hex | F2 | 49 | 2B | 0 | 46 | 52 | 5 | 9 | 58 | 38 |
| Octal | 362 | 111 | 53 | 0 | 106 | 122 | 5 | 11 | 130 | 70 |
| Binary | 11110010 | 1001001 | 101011 | 0 | 1000110 | 1010010 | 101 | 1001 | 1011000 | 111000 |
Color Harmonies of #F2492B
Complementary color
Monochromatic Colors of #F2492B
Black with #F2492B
Text Example
Text Example
White with #F2492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2492B; }
p { color: rgb(242,73,43); }
H1.HeaderClassName
{
color: #F2492B;
}
.AnyTagClassName
{
color: #F2492B;
}
</style>
background-color css
<style>
a { background-color: #F2492B; }
a { background-color: rgb(242,73,43); }
div.DivClassName
{
background-color: #F2492B;
}
.BgClassName
{
background-color: #F2492B;
}
</style>
border-color css
<style>
span { border-color: #F2492B; }
span { border-color: rgb(242,73,43); }
td.TdClassName
{
border-color: #F2492B;
}
.TagClassName
{
border-color: #F2492B;
}
</style>