Shades of Cinnabar #F0431B
Tints of Cinnabar #F0431B
RGB
CMYK
RGB Variations
Color information
#F0431B (or 0xF0431B) is known color: Cinnabar. HEX triplet: F0, 43 and 1B. RGB value is (240,67,27). Sum of RGB (Red+Green+Blue) = 240+67+27=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F0431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0431B is #0FBCE4. Grayscale: #727272. Windows color (decimal): -1031397 or 1786864. OLE color: 1786864.
HSL color Cylindrical-coordinate representation of color #F0431B: hue angle of 11.27º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0431B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.06 |
| HSL | 11.27º | 0.88% | 0.52% | - |
| HSV(B) | 11.27º | 0.89% | 0.94% | - |
| XYZ | 38.14 | 22.62 | 3.39 | - |
| YUV | 114.17 | 78.81 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 27 | 0 | 0.72 | 0.89 | 0.06 | 11.27 | 0.88 | 0.52 |
| Hex | F0 | 43 | 1B | 0 | 48 | 59 | 6 | B | 58 | 34 |
| Octal | 360 | 103 | 33 | 0 | 110 | 131 | 6 | 13 | 130 | 64 |
| Binary | 11110000 | 1000011 | 11011 | 0 | 1001000 | 1011001 | 110 | 1011 | 1011000 | 110100 |
Color Harmonies of #F0431B
Complementary color
Monochromatic Colors of #F0431B
Black with #F0431B
Text Example
Text Example
White with #F0431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0431B; }
p { color: rgb(240,67,27); }
H1.HeaderClassName
{
color: #F0431B;
}
.AnyTagClassName
{
color: #F0431B;
}
</style>
background-color css
<style>
a { background-color: #F0431B; }
a { background-color: rgb(240,67,27); }
div.DivClassName
{
background-color: #F0431B;
}
.BgClassName
{
background-color: #F0431B;
}
</style>
border-color css
<style>
span { border-color: #F0431B; }
span { border-color: rgb(240,67,27); }
td.TdClassName
{
border-color: #F0431B;
}
.TagClassName
{
border-color: #F0431B;
}
</style>