Shades of Cinnabar #F0392A
Tints of Cinnabar #F0392A
RGB
CMYK
RGB Variations
Color information
#F0392A (or 0xF0392A) is known color: Cinnabar. HEX triplet: F0, 39 and 2A. RGB value is (240,57,42). Sum of RGB (Red+Green+Blue) = 240+57+42=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0392A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0392A is #0FC6D5. Grayscale: #6E6E6E. Windows color (decimal): -1033942 or 2767344. OLE color: 2767344.
HSL color Cylindrical-coordinate representation of color #F0392A: hue angle of 4.55º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0392A is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 42 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.06 |
| HSL | 4.55º | 0.87% | 0.55% | - |
| HSV(B) | 4.55º | 0.83% | 0.94% | - |
| XYZ | 37.82 | 21.62 | 4.37 | - |
| YUV | 110.01 | 89.63 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 42 | 0 | 0.76 | 0.82 | 0.06 | 4.55 | 0.87 | 0.55 |
| Hex | F0 | 39 | 2A | 0 | 4C | 52 | 6 | 5 | 57 | 37 |
| Octal | 360 | 71 | 52 | 0 | 114 | 122 | 6 | 5 | 127 | 67 |
| Binary | 11110000 | 111001 | 101010 | 0 | 1001100 | 1010010 | 110 | 101 | 1010111 | 110111 |
Color Harmonies of #F0392A
Complementary color
Monochromatic Colors of #F0392A
Black with #F0392A
Text Example
Text Example
White with #F0392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0392A; }
p { color: rgb(240,57,42); }
H1.HeaderClassName
{
color: #F0392A;
}
.AnyTagClassName
{
color: #F0392A;
}
</style>
background-color css
<style>
a { background-color: #F0392A; }
a { background-color: rgb(240,57,42); }
div.DivClassName
{
background-color: #F0392A;
}
.BgClassName
{
background-color: #F0392A;
}
</style>
border-color css
<style>
span { border-color: #F0392A; }
span { border-color: rgb(240,57,42); }
td.TdClassName
{
border-color: #F0392A;
}
.TagClassName
{
border-color: #F0392A;
}
</style>