Shades of Cinnabar #F24A1F
Tints of Cinnabar #F24A1F
RGB
CMYK
RGB Variations
Color information
#F24A1F (or 0xF24A1F) is known color: Cinnabar. HEX triplet: F2, 4A and 1F. RGB value is (242,74,31). Sum of RGB (Red+Green+Blue) = 242+74+31=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24A1F is #0DB5E0. Grayscale: #777777. Windows color (decimal): -898529 or 2050802. OLE color: 2050802.
HSL color Cylindrical-coordinate representation of color #F24A1F: hue angle of 12.23º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F24A1F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 31 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.05 |
| HSL | 12.23º | 0.89% | 0.54% | - |
| HSV(B) | 12.23º | 0.87% | 0.95% | - |
| XYZ | 39.31 | 23.87 | 3.83 | - |
| YUV | 119.33 | 78.16 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 31 | 0 | 0.69 | 0.87 | 0.05 | 12.23 | 0.89 | 0.54 |
| Hex | F2 | 4A | 1F | 0 | 45 | 57 | 5 | C | 59 | 36 |
| Octal | 362 | 112 | 37 | 0 | 105 | 127 | 5 | 14 | 131 | 66 |
| Binary | 11110010 | 1001010 | 11111 | 0 | 1000101 | 1010111 | 101 | 1100 | 1011001 | 110110 |
Color Harmonies of #F24A1F
Complementary color
Monochromatic Colors of #F24A1F
Black with #F24A1F
Text Example
Text Example
White with #F24A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A1F; }
p { color: rgb(242,74,31); }
H1.HeaderClassName
{
color: #F24A1F;
}
.AnyTagClassName
{
color: #F24A1F;
}
</style>
background-color css
<style>
a { background-color: #F24A1F; }
a { background-color: rgb(242,74,31); }
div.DivClassName
{
background-color: #F24A1F;
}
.BgClassName
{
background-color: #F24A1F;
}
</style>
border-color css
<style>
span { border-color: #F24A1F; }
span { border-color: rgb(242,74,31); }
td.TdClassName
{
border-color: #F24A1F;
}
.TagClassName
{
border-color: #F24A1F;
}
</style>