Shades of Cinnabar #F0512C
Tints of Cinnabar #F0512C
RGB
CMYK
RGB Variations
Color information
#F0512C (or 0xF0512C) is known color: Cinnabar. HEX triplet: F0, 51 and 2C. RGB value is (240,81,44). Sum of RGB (Red+Green+Blue) = 240+81+44=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0512C is #0FAED3. Grayscale: #7C7C7C. Windows color (decimal): -1027796 or 2904560. OLE color: 2904560.
HSL color Cylindrical-coordinate representation of color #F0512C: hue angle of 11.33º 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 #F0512C is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 44 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.06 |
| HSL | 11.33º | 0.87% | 0.56% | - |
| HSV(B) | 11.33º | 0.82% | 0.94% | - |
| XYZ | 39.33 | 24.59 | 5.06 | - |
| YUV | 124.32 | 82.68 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 44 | 0 | 0.66 | 0.82 | 0.06 | 11.33 | 0.87 | 0.56 |
| Hex | F0 | 51 | 2C | 0 | 42 | 52 | 6 | B | 57 | 38 |
| Octal | 360 | 121 | 54 | 0 | 102 | 122 | 6 | 13 | 127 | 70 |
| Binary | 11110000 | 1010001 | 101100 | 0 | 1000010 | 1010010 | 110 | 1011 | 1010111 | 111000 |
Color Harmonies of #F0512C
Complementary color
Monochromatic Colors of #F0512C
Black with #F0512C
Text Example
Text Example
White with #F0512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0512C; }
p { color: rgb(240,81,44); }
H1.HeaderClassName
{
color: #F0512C;
}
.AnyTagClassName
{
color: #F0512C;
}
</style>
background-color css
<style>
a { background-color: #F0512C; }
a { background-color: rgb(240,81,44); }
div.DivClassName
{
background-color: #F0512C;
}
.BgClassName
{
background-color: #F0512C;
}
</style>
border-color css
<style>
span { border-color: #F0512C; }
span { border-color: rgb(240,81,44); }
td.TdClassName
{
border-color: #F0512C;
}
.TagClassName
{
border-color: #F0512C;
}
</style>