Shades of Cinnabar #F24C27
Tints of Cinnabar #F24C27
RGB
CMYK
RGB Variations
Color information
#F24C27 (or 0xF24C27) is known color: Cinnabar. HEX triplet: F2, 4C and 27. RGB value is (242,76,39). Sum of RGB (Red+Green+Blue) = 242+76+39=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24C27 is #0DB3D8. Grayscale: #797979. Windows color (decimal): -898009 or 2575602. OLE color: 2575602.
HSL color Cylindrical-coordinate representation of color #F24C27: hue angle of 10.94º 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 #F24C27 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 39 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.05 |
| HSL | 10.94º | 0.89% | 0.55% | - |
| HSV(B) | 10.94º | 0.84% | 0.95% | - |
| XYZ | 39.57 | 24.19 | 4.5 | - |
| YUV | 121.42 | 81.5 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 39 | 0 | 0.69 | 0.84 | 0.05 | 10.94 | 0.89 | 0.55 |
| Hex | F2 | 4C | 27 | 0 | 45 | 54 | 5 | B | 59 | 37 |
| Octal | 362 | 114 | 47 | 0 | 105 | 124 | 5 | 13 | 131 | 67 |
| Binary | 11110010 | 1001100 | 100111 | 0 | 1000101 | 1010100 | 101 | 1011 | 1011001 | 110111 |
Color Harmonies of #F24C27
Complementary color
Monochromatic Colors of #F24C27
Black with #F24C27
Text Example
Text Example
White with #F24C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C27; }
p { color: rgb(242,76,39); }
H1.HeaderClassName
{
color: #F24C27;
}
.AnyTagClassName
{
color: #F24C27;
}
</style>
background-color css
<style>
a { background-color: #F24C27; }
a { background-color: rgb(242,76,39); }
div.DivClassName
{
background-color: #F24C27;
}
.BgClassName
{
background-color: #F24C27;
}
</style>
border-color css
<style>
span { border-color: #F24C27; }
span { border-color: rgb(242,76,39); }
td.TdClassName
{
border-color: #F24C27;
}
.TagClassName
{
border-color: #F24C27;
}
</style>