Shades of Cinnabar #F0401B
Tints of Cinnabar #F0401B
RGB
CMYK
RGB Variations
Color information
#F0401B (or 0xF0401B) is known color: Cinnabar. HEX triplet: F0, 40 and 1B. RGB value is (240,64,27). Sum of RGB (Red+Green+Blue) = 240+64+27=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F0401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0401B is #0FBFE4. Grayscale: #707070. Windows color (decimal): -1032165 or 1786096. OLE color: 1786096.
HSL color Cylindrical-coordinate representation of color #F0401B: hue angle of 10.42º 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 #F0401B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.06 |
| HSL | 10.42º | 0.88% | 0.52% | - |
| HSV(B) | 10.42º | 0.89% | 0.94% | - |
| XYZ | 37.97 | 22.27 | 3.33 | - |
| YUV | 112.41 | 79.81 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 27 | 0 | 0.73 | 0.89 | 0.06 | 10.42 | 0.88 | 0.52 |
| Hex | F0 | 40 | 1B | 0 | 49 | 59 | 6 | A | 58 | 34 |
| Octal | 360 | 100 | 33 | 0 | 111 | 131 | 6 | 12 | 130 | 64 |
| Binary | 11110000 | 1000000 | 11011 | 0 | 1001001 | 1011001 | 110 | 1010 | 1011000 | 110100 |
Color Harmonies of #F0401B
Complementary color
Monochromatic Colors of #F0401B
Black with #F0401B
Text Example
Text Example
White with #F0401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0401B; }
p { color: rgb(240,64,27); }
H1.HeaderClassName
{
color: #F0401B;
}
.AnyTagClassName
{
color: #F0401B;
}
</style>
background-color css
<style>
a { background-color: #F0401B; }
a { background-color: rgb(240,64,27); }
div.DivClassName
{
background-color: #F0401B;
}
.BgClassName
{
background-color: #F0401B;
}
</style>
border-color css
<style>
span { border-color: #F0401B; }
span { border-color: rgb(240,64,27); }
td.TdClassName
{
border-color: #F0401B;
}
.TagClassName
{
border-color: #F0401B;
}
</style>