Shades of Cinnabar #F0371D
Tints of Cinnabar #F0371D
RGB
CMYK
RGB Variations
Color information
#F0371D (or 0xF0371D) is known color: Cinnabar. HEX triplet: F0, 37 and 1D. RGB value is (240,55,29). Sum of RGB (Red+Green+Blue) = 240+55+29=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0371D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0371D is #0FC8E2. Grayscale: #6B6B6B. Windows color (decimal): -1034467 or 1914864. OLE color: 1914864.
HSL color Cylindrical-coordinate representation of color #F0371D: hue angle of 7.39º 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 #F0371D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 29 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.06 |
| HSL | 7.39º | 0.88% | 0.53% | - |
| HSV(B) | 7.39º | 0.88% | 0.94% | - |
| XYZ | 37.52 | 21.35 | 3.3 | - |
| YUV | 107.35 | 83.79 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 29 | 0 | 0.77 | 0.88 | 0.06 | 7.39 | 0.88 | 0.53 |
| Hex | F0 | 37 | 1D | 0 | 4D | 58 | 6 | 7 | 58 | 35 |
| Octal | 360 | 67 | 35 | 0 | 115 | 130 | 6 | 7 | 130 | 65 |
| Binary | 11110000 | 110111 | 11101 | 0 | 1001101 | 1011000 | 110 | 111 | 1011000 | 110101 |
Color Harmonies of #F0371D
Complementary color
Monochromatic Colors of #F0371D
Black with #F0371D
Text Example
Text Example
White with #F0371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0371D; }
p { color: rgb(240,55,29); }
H1.HeaderClassName
{
color: #F0371D;
}
.AnyTagClassName
{
color: #F0371D;
}
</style>
background-color css
<style>
a { background-color: #F0371D; }
a { background-color: rgb(240,55,29); }
div.DivClassName
{
background-color: #F0371D;
}
.BgClassName
{
background-color: #F0371D;
}
</style>
border-color css
<style>
span { border-color: #F0371D; }
span { border-color: rgb(240,55,29); }
td.TdClassName
{
border-color: #F0371D;
}
.TagClassName
{
border-color: #F0371D;
}
</style>