Shades of Cinnabar #F03A1B
Tints of Cinnabar #F03A1B
RGB
CMYK
RGB Variations
Color information
#F03A1B (or 0xF03A1B) is known color: Cinnabar. HEX triplet: F0, 3A and 1B. RGB value is (240,58,27). Sum of RGB (Red+Green+Blue) = 240+58+27=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A1B is #0FC5E4. Grayscale: #6D6D6D. Windows color (decimal): -1033701 or 1784560. OLE color: 1784560.
HSL color Cylindrical-coordinate representation of color #F03A1B: hue angle of 8.73º 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 #F03A1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.06 |
| HSL | 8.73º | 0.88% | 0.52% | - |
| HSV(B) | 8.73º | 0.89% | 0.94% | - |
| XYZ | 37.65 | 21.63 | 3.23 | - |
| YUV | 108.88 | 81.8 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 27 | 0 | 0.76 | 0.89 | 0.06 | 8.73 | 0.88 | 0.52 |
| Hex | F0 | 3A | 1B | 0 | 4C | 59 | 6 | 9 | 58 | 34 |
| Octal | 360 | 72 | 33 | 0 | 114 | 131 | 6 | 11 | 130 | 64 |
| Binary | 11110000 | 111010 | 11011 | 0 | 1001100 | 1011001 | 110 | 1001 | 1011000 | 110100 |
Color Harmonies of #F03A1B
Complementary color
Monochromatic Colors of #F03A1B
Black with #F03A1B
Text Example
Text Example
White with #F03A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A1B; }
p { color: rgb(240,58,27); }
H1.HeaderClassName
{
color: #F03A1B;
}
.AnyTagClassName
{
color: #F03A1B;
}
</style>
background-color css
<style>
a { background-color: #F03A1B; }
a { background-color: rgb(240,58,27); }
div.DivClassName
{
background-color: #F03A1B;
}
.BgClassName
{
background-color: #F03A1B;
}
</style>
border-color css
<style>
span { border-color: #F03A1B; }
span { border-color: rgb(240,58,27); }
td.TdClassName
{
border-color: #F03A1B;
}
.TagClassName
{
border-color: #F03A1B;
}
</style>