Shades of Cinnabar #F24C32
Tints of Cinnabar #F24C32
RGB
CMYK
RGB Variations
Color information
#F24C32 (or 0xF24C32) is known color: Cinnabar. HEX triplet: F2, 4C and 32. RGB value is (242,76,50). Sum of RGB (Red+Green+Blue) = 242+76+50=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24C32 is #0DB3CD. Grayscale: #7A7A7A. Windows color (decimal): -897998 or 3296498. OLE color: 3296498.
HSL color Cylindrical-coordinate representation of color #F24C32: hue angle of 8.12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F24C32 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 50 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.05 |
| HSL | 8.13º | 0.88% | 0.57% | - |
| HSV(B) | 8.13º | 0.79% | 0.95% | - |
| XYZ | 39.78 | 24.28 | 5.61 | - |
| YUV | 122.67 | 87 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 50 | 0 | 0.69 | 0.79 | 0.05 | 8.13 | 0.88 | 0.57 |
| Hex | F2 | 4C | 32 | 0 | 45 | 4F | 5 | 8 | 58 | 39 |
| Octal | 362 | 114 | 62 | 0 | 105 | 117 | 5 | 10 | 130 | 71 |
| Binary | 11110010 | 1001100 | 110010 | 0 | 1000101 | 1001111 | 101 | 1000 | 1011000 | 111001 |
Color Harmonies of #F24C32
Complementary color
Monochromatic Colors of #F24C32
Black with #F24C32
Text Example
Text Example
White with #F24C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C32; }
p { color: rgb(242,76,50); }
H1.HeaderClassName
{
color: #F24C32;
}
.AnyTagClassName
{
color: #F24C32;
}
</style>
background-color css
<style>
a { background-color: #F24C32; }
a { background-color: rgb(242,76,50); }
div.DivClassName
{
background-color: #F24C32;
}
.BgClassName
{
background-color: #F24C32;
}
</style>
border-color css
<style>
span { border-color: #F24C32; }
span { border-color: rgb(242,76,50); }
td.TdClassName
{
border-color: #F24C32;
}
.TagClassName
{
border-color: #F24C32;
}
</style>