Shades of Cinnabar #F0473B
Tints of Cinnabar #F0473B
RGB
CMYK
RGB Variations
Color information
#F0473B (or 0xF0473B) is known color: Cinnabar. HEX triplet: F0, 47 and 3B. RGB value is (240,71,59). Sum of RGB (Red+Green+Blue) = 240+71+59=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0473B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0473B is #0FB8C4. Grayscale: #787878. Windows color (decimal): -1030341 or 3885040. OLE color: 3885040.
HSL color Cylindrical-coordinate representation of color #F0473B: hue angle of 3.98º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0473B is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 59 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.06 |
| HSL | 3.98º | 0.86% | 0.59% | - |
| HSV(B) | 3.98º | 0.75% | 0.94% | - |
| XYZ | 38.98 | 23.35 | 6.59 | - |
| YUV | 120.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 59 | 0 | 0.70 | 0.75 | 0.06 | 3.98 | 0.86 | 0.59 |
| Hex | F0 | 47 | 3B | 0 | 46 | 4B | 6 | 4 | 56 | 3B |
| Octal | 360 | 107 | 73 | 0 | 106 | 113 | 6 | 4 | 126 | 73 |
| Binary | 11110000 | 1000111 | 111011 | 0 | 1000110 | 1001011 | 110 | 100 | 1010110 | 111011 |
Color Harmonies of #F0473B
Complementary color
Monochromatic Colors of #F0473B
Black with #F0473B
Text Example
Text Example
White with #F0473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0473B; }
p { color: rgb(240,71,59); }
H1.HeaderClassName
{
color: #F0473B;
}
.AnyTagClassName
{
color: #F0473B;
}
</style>
background-color css
<style>
a { background-color: #F0473B; }
a { background-color: rgb(240,71,59); }
div.DivClassName
{
background-color: #F0473B;
}
.BgClassName
{
background-color: #F0473B;
}
</style>
border-color css
<style>
span { border-color: #F0473B; }
span { border-color: rgb(240,71,59); }
td.TdClassName
{
border-color: #F0473B;
}
.TagClassName
{
border-color: #F0473B;
}
</style>