Shades of Cinnabar #F0471D
Tints of Cinnabar #F0471D
RGB
CMYK
RGB Variations
Color information
#F0471D (or 0xF0471D) is known color: Cinnabar. HEX triplet: F0, 47 and 1D. RGB value is (240,71,29). Sum of RGB (Red+Green+Blue) = 240+71+29=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0471D is #0FB8E2. Grayscale: #757575. Windows color (decimal): -1030371 or 1918960. OLE color: 1918960.
HSL color Cylindrical-coordinate representation of color #F0471D: hue angle of 11.94º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0471D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.06 |
| HSL | 11.94º | 0.88% | 0.53% | - |
| HSV(B) | 11.94º | 0.88% | 0.94% | - |
| XYZ | 38.41 | 23.12 | 3.6 | - |
| YUV | 116.74 | 78.49 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 29 | 0 | 0.70 | 0.88 | 0.06 | 11.94 | 0.88 | 0.53 |
| Hex | F0 | 47 | 1D | 0 | 46 | 58 | 6 | C | 58 | 35 |
| Octal | 360 | 107 | 35 | 0 | 106 | 130 | 6 | 14 | 130 | 65 |
| Binary | 11110000 | 1000111 | 11101 | 0 | 1000110 | 1011000 | 110 | 1100 | 1011000 | 110101 |
Color Harmonies of #F0471D
Complementary color
Monochromatic Colors of #F0471D
Black with #F0471D
Text Example
Text Example
White with #F0471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0471D; }
p { color: rgb(240,71,29); }
H1.HeaderClassName
{
color: #F0471D;
}
.AnyTagClassName
{
color: #F0471D;
}
</style>
background-color css
<style>
a { background-color: #F0471D; }
a { background-color: rgb(240,71,29); }
div.DivClassName
{
background-color: #F0471D;
}
.BgClassName
{
background-color: #F0471D;
}
</style>
border-color css
<style>
span { border-color: #F0471D; }
span { border-color: rgb(240,71,29); }
td.TdClassName
{
border-color: #F0471D;
}
.TagClassName
{
border-color: #F0471D;
}
</style>