Shades of Cinnabar #F04E29
Tints of Cinnabar #F04E29
RGB
CMYK
RGB Variations
Color information
#F04E29 (or 0xF04E29) is known color: Cinnabar. HEX triplet: F0, 4E and 29. RGB value is (240,78,41). Sum of RGB (Red+Green+Blue) = 240+78+41=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04E29 is #0FB1D6. Grayscale: #7A7A7A. Windows color (decimal): -1028567 or 2707184. OLE color: 2707184.
HSL color Cylindrical-coordinate representation of color #F04E29: hue angle of 11.16º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F04E29 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 41 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.06 |
| HSL | 11.16º | 0.87% | 0.55% | - |
| HSV(B) | 11.16º | 0.83% | 0.94% | - |
| XYZ | 39.06 | 24.13 | 4.7 | - |
| YUV | 122.22 | 82.17 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 41 | 0 | 0.68 | 0.83 | 0.06 | 11.16 | 0.87 | 0.55 |
| Hex | F0 | 4E | 29 | 0 | 44 | 53 | 6 | B | 57 | 37 |
| Octal | 360 | 116 | 51 | 0 | 104 | 123 | 6 | 13 | 127 | 67 |
| Binary | 11110000 | 1001110 | 101001 | 0 | 1000100 | 1010011 | 110 | 1011 | 1010111 | 110111 |
Color Harmonies of #F04E29
Complementary color
Monochromatic Colors of #F04E29
Black with #F04E29
Text Example
Text Example
White with #F04E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E29; }
p { color: rgb(240,78,41); }
H1.HeaderClassName
{
color: #F04E29;
}
.AnyTagClassName
{
color: #F04E29;
}
</style>
background-color css
<style>
a { background-color: #F04E29; }
a { background-color: rgb(240,78,41); }
div.DivClassName
{
background-color: #F04E29;
}
.BgClassName
{
background-color: #F04E29;
}
</style>
border-color css
<style>
span { border-color: #F04E29; }
span { border-color: rgb(240,78,41); }
td.TdClassName
{
border-color: #F04E29;
}
.TagClassName
{
border-color: #F04E29;
}
</style>