Shades of Cinnabar #F24B2C
Tints of Cinnabar #F24B2C
RGB
CMYK
RGB Variations
Color information
#F24B2C (or 0xF24B2C) is known color: Cinnabar. HEX triplet: F2, 4B and 2C. RGB value is (242,75,44). Sum of RGB (Red+Green+Blue) = 242+75+44=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24B2C is #0DB4D3. Grayscale: #797979. Windows color (decimal): -898260 or 2903026. OLE color: 2903026.
HSL color Cylindrical-coordinate representation of color #F24B2C: hue angle of 9.39º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F24B2C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 44 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.05 |
| HSL | 9.39º | 0.88% | 0.56% | - |
| HSV(B) | 9.39º | 0.82% | 0.95% | - |
| XYZ | 39.59 | 24.09 | 4.95 | - |
| YUV | 121.4 | 84.33 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 44 | 0 | 0.69 | 0.82 | 0.05 | 9.39 | 0.88 | 0.56 |
| Hex | F2 | 4B | 2C | 0 | 45 | 52 | 5 | 9 | 58 | 38 |
| Octal | 362 | 113 | 54 | 0 | 105 | 122 | 5 | 11 | 130 | 70 |
| Binary | 11110010 | 1001011 | 101100 | 0 | 1000101 | 1010010 | 101 | 1001 | 1011000 | 111000 |
Color Harmonies of #F24B2C
Complementary color
Monochromatic Colors of #F24B2C
Black with #F24B2C
Text Example
Text Example
White with #F24B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24B2C; }
p { color: rgb(242,75,44); }
H1.HeaderClassName
{
color: #F24B2C;
}
.AnyTagClassName
{
color: #F24B2C;
}
</style>
background-color css
<style>
a { background-color: #F24B2C; }
a { background-color: rgb(242,75,44); }
div.DivClassName
{
background-color: #F24B2C;
}
.BgClassName
{
background-color: #F24B2C;
}
</style>
border-color css
<style>
span { border-color: #F24B2C; }
span { border-color: rgb(242,75,44); }
td.TdClassName
{
border-color: #F24B2C;
}
.TagClassName
{
border-color: #F24B2C;
}
</style>