Shades of Cinnabar #F03E3A
Tints of Cinnabar #F03E3A
RGB
CMYK
RGB Variations
Color information
#F03E3A (or 0xF03E3A) is known color: Cinnabar. HEX triplet: F0, 3E and 3A. RGB value is (240,62,58). Sum of RGB (Red+Green+Blue) = 240+62+58=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E3A is #0FC1C5. Grayscale: #727272. Windows color (decimal): -1032646 or 3817200. OLE color: 3817200.
HSL color Cylindrical-coordinate representation of color #F03E3A: hue angle of 1.32º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03E3A is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 62 | 58 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.06 |
| HSL | 1.32º | 0.86% | 0.58% | - |
| HSV(B) | 1.32º | 0.76% | 0.94% | - |
| XYZ | 38.42 | 22.28 | 6.28 | - |
| YUV | 114.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 62 | 58 | 0 | 0.74 | 0.76 | 0.06 | 1.32 | 0.86 | 0.58 |
| Hex | F0 | 3E | 3A | 0 | 4A | 4C | 6 | 1 | 56 | 3A |
| Octal | 360 | 76 | 72 | 0 | 112 | 114 | 6 | 1 | 126 | 72 |
| Binary | 11110000 | 111110 | 111010 | 0 | 1001010 | 1001100 | 110 | 1 | 1010110 | 111010 |
Color Harmonies of #F03E3A
Complementary color
Monochromatic Colors of #F03E3A
Black with #F03E3A
Text Example
Text Example
White with #F03E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03E3A; }
p { color: rgb(240,62,58); }
H1.HeaderClassName
{
color: #F03E3A;
}
.AnyTagClassName
{
color: #F03E3A;
}
</style>
background-color css
<style>
a { background-color: #F03E3A; }
a { background-color: rgb(240,62,58); }
div.DivClassName
{
background-color: #F03E3A;
}
.BgClassName
{
background-color: #F03E3A;
}
</style>
border-color css
<style>
span { border-color: #F03E3A; }
span { border-color: rgb(240,62,58); }
td.TdClassName
{
border-color: #F03E3A;
}
.TagClassName
{
border-color: #F03E3A;
}
</style>