Shades of Cinnabar #F24F2A
Tints of Cinnabar #F24F2A
RGB
CMYK
RGB Variations
Color information
#F24F2A (or 0xF24F2A) is known color: Cinnabar. HEX triplet: F2, 4F and 2A. RGB value is (242,79,42). Sum of RGB (Red+Green+Blue) = 242+79+42=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24F2A is #0DB0D5. Grayscale: #7B7B7B. Windows color (decimal): -897238 or 2772978. OLE color: 2772978.
HSL color Cylindrical-coordinate representation of color #F24F2A: hue angle of 11.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F24F2A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.05 |
| HSL | 11.1º | 0.88% | 0.56% | - |
| HSV(B) | 11.1º | 0.83% | 0.95% | - |
| XYZ | 39.83 | 24.64 | 4.85 | - |
| YUV | 123.52 | 82 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 42 | 0 | 0.67 | 0.83 | 0.05 | 11.1 | 0.88 | 0.56 |
| Hex | F2 | 4F | 2A | 0 | 43 | 53 | 5 | B | 58 | 38 |
| Octal | 362 | 117 | 52 | 0 | 103 | 123 | 5 | 13 | 130 | 70 |
| Binary | 11110010 | 1001111 | 101010 | 0 | 1000011 | 1010011 | 101 | 1011 | 1011000 | 111000 |
Color Harmonies of #F24F2A
Complementary color
Monochromatic Colors of #F24F2A
Black with #F24F2A
Text Example
Text Example
White with #F24F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24F2A; }
p { color: rgb(242,79,42); }
H1.HeaderClassName
{
color: #F24F2A;
}
.AnyTagClassName
{
color: #F24F2A;
}
</style>
background-color css
<style>
a { background-color: #F24F2A; }
a { background-color: rgb(242,79,42); }
div.DivClassName
{
background-color: #F24F2A;
}
.BgClassName
{
background-color: #F24F2A;
}
</style>
border-color css
<style>
span { border-color: #F24F2A; }
span { border-color: rgb(242,79,42); }
td.TdClassName
{
border-color: #F24F2A;
}
.TagClassName
{
border-color: #F24F2A;
}
</style>