Shades of Cinnabar #F04C2C
Tints of Cinnabar #F04C2C
RGB
CMYK
RGB Variations
Color information
#F04C2C (or 0xF04C2C) is known color: Cinnabar. HEX triplet: F0, 4C and 2C. RGB value is (240,76,44). Sum of RGB (Red+Green+Blue) = 240+76+44=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C2C is #0FB3D3. Grayscale: #797979. Windows color (decimal): -1029076 or 2903280. OLE color: 2903280.
HSL color Cylindrical-coordinate representation of color #F04C2C: hue angle of 9.8º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F04C2C is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 44 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.06 |
| HSL | 9.8º | 0.87% | 0.56% | - |
| HSV(B) | 9.8º | 0.82% | 0.94% | - |
| XYZ | 38.97 | 23.88 | 4.94 | - |
| YUV | 121.39 | 84.33 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 44 | 0 | 0.68 | 0.82 | 0.06 | 9.8 | 0.87 | 0.56 |
| Hex | F0 | 4C | 2C | 0 | 44 | 52 | 6 | A | 57 | 38 |
| Octal | 360 | 114 | 54 | 0 | 104 | 122 | 6 | 12 | 127 | 70 |
| Binary | 11110000 | 1001100 | 101100 | 0 | 1000100 | 1010010 | 110 | 1010 | 1010111 | 111000 |
Color Harmonies of #F04C2C
Complementary color
Monochromatic Colors of #F04C2C
Black with #F04C2C
Text Example
Text Example
White with #F04C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C2C; }
p { color: rgb(240,76,44); }
H1.HeaderClassName
{
color: #F04C2C;
}
.AnyTagClassName
{
color: #F04C2C;
}
</style>
background-color css
<style>
a { background-color: #F04C2C; }
a { background-color: rgb(240,76,44); }
div.DivClassName
{
background-color: #F04C2C;
}
.BgClassName
{
background-color: #F04C2C;
}
</style>
border-color css
<style>
span { border-color: #F04C2C; }
span { border-color: rgb(240,76,44); }
td.TdClassName
{
border-color: #F04C2C;
}
.TagClassName
{
border-color: #F04C2C;
}
</style>