Shades of Cinnabar #F04E2A
Tints of Cinnabar #F04E2A
RGB
CMYK
RGB Variations
Color information
#F04E2A (or 0xF04E2A) is known color: Cinnabar. HEX triplet: F0, 4E and 2A. RGB value is (240,78,42). Sum of RGB (Red+Green+Blue) = 240+78+42=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04E2A is #0FB1D5. Grayscale: #7A7A7A. Windows color (decimal): -1028566 or 2772720. OLE color: 2772720.
HSL color Cylindrical-coordinate representation of color #F04E2A: hue angle of 10.91º 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 #F04E2A is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 42 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.06 |
| HSL | 10.91º | 0.87% | 0.55% | - |
| HSV(B) | 10.91º | 0.83% | 0.94% | - |
| XYZ | 39.08 | 24.14 | 4.79 | - |
| YUV | 122.33 | 82.67 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 42 | 0 | 0.68 | 0.82 | 0.06 | 10.91 | 0.87 | 0.55 |
| Hex | F0 | 4E | 2A | 0 | 44 | 52 | 6 | B | 57 | 37 |
| Octal | 360 | 116 | 52 | 0 | 104 | 122 | 6 | 13 | 127 | 67 |
| Binary | 11110000 | 1001110 | 101010 | 0 | 1000100 | 1010010 | 110 | 1011 | 1010111 | 110111 |
Color Harmonies of #F04E2A
Complementary color
Monochromatic Colors of #F04E2A
Black with #F04E2A
Text Example
Text Example
White with #F04E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E2A; }
p { color: rgb(240,78,42); }
H1.HeaderClassName
{
color: #F04E2A;
}
.AnyTagClassName
{
color: #F04E2A;
}
</style>
background-color css
<style>
a { background-color: #F04E2A; }
a { background-color: rgb(240,78,42); }
div.DivClassName
{
background-color: #F04E2A;
}
.BgClassName
{
background-color: #F04E2A;
}
</style>
border-color css
<style>
span { border-color: #F04E2A; }
span { border-color: rgb(240,78,42); }
td.TdClassName
{
border-color: #F04E2A;
}
.TagClassName
{
border-color: #F04E2A;
}
</style>