Shades of Cinnabar #F0472B
Tints of Cinnabar #F0472B
RGB
CMYK
RGB Variations
Color information
#F0472B (or 0xF0472B) is known color: Cinnabar. HEX triplet: F0, 47 and 2B. RGB value is (240,71,43). Sum of RGB (Red+Green+Blue) = 240+71+43=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0472B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0472B is #0FB8D4. Grayscale: #767676. Windows color (decimal): -1030357 or 2836464. OLE color: 2836464.
HSL color Cylindrical-coordinate representation of color #F0472B: hue angle of 8.53º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0472B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 43 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.06 |
| HSL | 8.53º | 0.87% | 0.55% | - |
| HSV(B) | 8.53º | 0.82% | 0.94% | - |
| XYZ | 38.62 | 23.21 | 4.73 | - |
| YUV | 118.34 | 85.49 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 43 | 0 | 0.70 | 0.82 | 0.06 | 8.53 | 0.87 | 0.55 |
| Hex | F0 | 47 | 2B | 0 | 46 | 52 | 6 | 9 | 57 | 37 |
| Octal | 360 | 107 | 53 | 0 | 106 | 122 | 6 | 11 | 127 | 67 |
| Binary | 11110000 | 1000111 | 101011 | 0 | 1000110 | 1010010 | 110 | 1001 | 1010111 | 110111 |
Color Harmonies of #F0472B
Complementary color
Monochromatic Colors of #F0472B
Black with #F0472B
Text Example
Text Example
White with #F0472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0472B; }
p { color: rgb(240,71,43); }
H1.HeaderClassName
{
color: #F0472B;
}
.AnyTagClassName
{
color: #F0472B;
}
</style>
background-color css
<style>
a { background-color: #F0472B; }
a { background-color: rgb(240,71,43); }
div.DivClassName
{
background-color: #F0472B;
}
.BgClassName
{
background-color: #F0472B;
}
</style>
border-color css
<style>
span { border-color: #F0472B; }
span { border-color: rgb(240,71,43); }
td.TdClassName
{
border-color: #F0472B;
}
.TagClassName
{
border-color: #F0472B;
}
</style>