Shades of Cinnabar #F24C2A
Tints of Cinnabar #F24C2A
RGB
CMYK
RGB Variations
Color information
#F24C2A (or 0xF24C2A) is known color: Cinnabar. HEX triplet: F2, 4C and 2A. RGB value is (242,76,42). Sum of RGB (Red+Green+Blue) = 242+76+42=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24C2A is #0DB3D5. Grayscale: #7A7A7A. Windows color (decimal): -898006 or 2772210. OLE color: 2772210.
HSL color Cylindrical-coordinate representation of color #F24C2A: hue angle of 10.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F24C2A is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 42 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.05 |
| HSL | 10.2º | 0.88% | 0.56% | - |
| HSV(B) | 10.2º | 0.83% | 0.95% | - |
| XYZ | 39.62 | 24.21 | 4.78 | - |
| YUV | 121.76 | 83 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 42 | 0 | 0.69 | 0.83 | 0.05 | 10.2 | 0.88 | 0.56 |
| Hex | F2 | 4C | 2A | 0 | 45 | 53 | 5 | A | 58 | 38 |
| Octal | 362 | 114 | 52 | 0 | 105 | 123 | 5 | 12 | 130 | 70 |
| Binary | 11110010 | 1001100 | 101010 | 0 | 1000101 | 1010011 | 101 | 1010 | 1011000 | 111000 |
Color Harmonies of #F24C2A
Complementary color
Monochromatic Colors of #F24C2A
Black with #F24C2A
Text Example
Text Example
White with #F24C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C2A; }
p { color: rgb(242,76,42); }
H1.HeaderClassName
{
color: #F24C2A;
}
.AnyTagClassName
{
color: #F24C2A;
}
</style>
background-color css
<style>
a { background-color: #F24C2A; }
a { background-color: rgb(242,76,42); }
div.DivClassName
{
background-color: #F24C2A;
}
.BgClassName
{
background-color: #F24C2A;
}
</style>
border-color css
<style>
span { border-color: #F24C2A; }
span { border-color: rgb(242,76,42); }
td.TdClassName
{
border-color: #F24C2A;
}
.TagClassName
{
border-color: #F24C2A;
}
</style>