Shades of Cinnabar #F0472D
Tints of Cinnabar #F0472D
RGB
CMYK
RGB Variations
Color information
#F0472D (or 0xF0472D) is known color: Cinnabar. HEX triplet: F0, 47 and 2D. RGB value is (240,71,45). Sum of RGB (Red+Green+Blue) = 240+71+45=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0472D is #0FB8D2. Grayscale: #767676. Windows color (decimal): -1030355 or 2967536. OLE color: 2967536.
HSL color Cylindrical-coordinate representation of color #F0472D: hue angle of 8º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0472D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 45 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.06 |
| HSL | 8º | 0.87% | 0.56% | - |
| HSV(B) | 8º | 0.81% | 0.94% | - |
| XYZ | 38.66 | 23.22 | 4.93 | - |
| YUV | 118.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 45 | 0 | 0.70 | 0.81 | 0.06 | 8 | 0.87 | 0.56 |
| Hex | F0 | 47 | 2D | 0 | 46 | 51 | 6 | 8 | 57 | 38 |
| Octal | 360 | 107 | 55 | 0 | 106 | 121 | 6 | 10 | 127 | 70 |
| Binary | 11110000 | 1000111 | 101101 | 0 | 1000110 | 1010001 | 110 | 1000 | 1010111 | 111000 |
Color Harmonies of #F0472D
Complementary color
Monochromatic Colors of #F0472D
Black with #F0472D
Text Example
Text Example
White with #F0472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0472D; }
p { color: rgb(240,71,45); }
H1.HeaderClassName
{
color: #F0472D;
}
.AnyTagClassName
{
color: #F0472D;
}
</style>
background-color css
<style>
a { background-color: #F0472D; }
a { background-color: rgb(240,71,45); }
div.DivClassName
{
background-color: #F0472D;
}
.BgClassName
{
background-color: #F0472D;
}
</style>
border-color css
<style>
span { border-color: #F0472D; }
span { border-color: rgb(240,71,45); }
td.TdClassName
{
border-color: #F0472D;
}
.TagClassName
{
border-color: #F0472D;
}
</style>