Shades of Cinnabar #F24A27
Tints of Cinnabar #F24A27
RGB
CMYK
RGB Variations
Color information
#F24A27 (or 0xF24A27) is known color: Cinnabar. HEX triplet: F2, 4A and 27. RGB value is (242,74,39). Sum of RGB (Red+Green+Blue) = 242+74+39=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24A27 is #0DB5D8. Grayscale: #787878. Windows color (decimal): -898521 or 2575090. OLE color: 2575090.
HSL color Cylindrical-coordinate representation of color #F24A27: hue angle of 10.34º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F24A27 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 39 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.05 |
| HSL | 10.34º | 0.89% | 0.55% | - |
| HSV(B) | 10.34º | 0.84% | 0.95% | - |
| XYZ | 39.43 | 23.92 | 4.46 | - |
| YUV | 120.24 | 82.16 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 39 | 0 | 0.69 | 0.84 | 0.05 | 10.34 | 0.89 | 0.55 |
| Hex | F2 | 4A | 27 | 0 | 45 | 54 | 5 | A | 59 | 37 |
| Octal | 362 | 112 | 47 | 0 | 105 | 124 | 5 | 12 | 131 | 67 |
| Binary | 11110010 | 1001010 | 100111 | 0 | 1000101 | 1010100 | 101 | 1010 | 1011001 | 110111 |
Color Harmonies of #F24A27
Complementary color
Monochromatic Colors of #F24A27
Black with #F24A27
Text Example
Text Example
White with #F24A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A27; }
p { color: rgb(242,74,39); }
H1.HeaderClassName
{
color: #F24A27;
}
.AnyTagClassName
{
color: #F24A27;
}
</style>
background-color css
<style>
a { background-color: #F24A27; }
a { background-color: rgb(242,74,39); }
div.DivClassName
{
background-color: #F24A27;
}
.BgClassName
{
background-color: #F24A27;
}
</style>
border-color css
<style>
span { border-color: #F24A27; }
span { border-color: rgb(242,74,39); }
td.TdClassName
{
border-color: #F24A27;
}
.TagClassName
{
border-color: #F24A27;
}
</style>