Shades of Cinnabar #F24A2F
Tints of Cinnabar #F24A2F
RGB
CMYK
RGB Variations
Color information
#F24A2F (or 0xF24A2F) is known color: Cinnabar. HEX triplet: F2, 4A and 2F. RGB value is (242,74,47). Sum of RGB (Red+Green+Blue) = 242+74+47=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24A2F is #0DB5D0. Grayscale: #797979. Windows color (decimal): -898513 or 3099378. OLE color: 3099378.
HSL color Cylindrical-coordinate representation of color #F24A2F: hue angle of 8.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F24A2F is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 47 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.05 |
| HSL | 8.31º | 0.88% | 0.57% | - |
| HSV(B) | 8.31º | 0.81% | 0.95% | - |
| XYZ | 39.58 | 23.98 | 5.23 | - |
| YUV | 121.15 | 86.16 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 47 | 0 | 0.69 | 0.81 | 0.05 | 8.31 | 0.88 | 0.57 |
| Hex | F2 | 4A | 2F | 0 | 45 | 51 | 5 | 8 | 58 | 39 |
| Octal | 362 | 112 | 57 | 0 | 105 | 121 | 5 | 10 | 130 | 71 |
| Binary | 11110010 | 1001010 | 101111 | 0 | 1000101 | 1010001 | 101 | 1000 | 1011000 | 111001 |
Color Harmonies of #F24A2F
Complementary color
Monochromatic Colors of #F24A2F
Black with #F24A2F
Text Example
Text Example
White with #F24A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A2F; }
p { color: rgb(242,74,47); }
H1.HeaderClassName
{
color: #F24A2F;
}
.AnyTagClassName
{
color: #F24A2F;
}
</style>
background-color css
<style>
a { background-color: #F24A2F; }
a { background-color: rgb(242,74,47); }
div.DivClassName
{
background-color: #F24A2F;
}
.BgClassName
{
background-color: #F24A2F;
}
</style>
border-color css
<style>
span { border-color: #F24A2F; }
span { border-color: rgb(242,74,47); }
td.TdClassName
{
border-color: #F24A2F;
}
.TagClassName
{
border-color: #F24A2F;
}
</style>