Shades of Cinnabar #F04A29
Tints of Cinnabar #F04A29
RGB
CMYK
RGB Variations
Color information
#F04A29 (or 0xF04A29) is known color: Cinnabar. HEX triplet: F0, 4A and 29. RGB value is (240,74,41). Sum of RGB (Red+Green+Blue) = 240+74+41=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A29 is #0FB5D6. Grayscale: #787878. Windows color (decimal): -1029591 or 2706160. OLE color: 2706160.
HSL color Cylindrical-coordinate representation of color #F04A29: hue angle of 9.95º 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 #F04A29 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 41 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.06 |
| HSL | 9.95º | 0.87% | 0.55% | - |
| HSV(B) | 9.95º | 0.83% | 0.94% | - |
| XYZ | 38.78 | 23.58 | 4.61 | - |
| YUV | 119.87 | 83.5 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 41 | 0 | 0.69 | 0.83 | 0.06 | 9.95 | 0.87 | 0.55 |
| Hex | F0 | 4A | 29 | 0 | 45 | 53 | 6 | A | 57 | 37 |
| Octal | 360 | 112 | 51 | 0 | 105 | 123 | 6 | 12 | 127 | 67 |
| Binary | 11110000 | 1001010 | 101001 | 0 | 1000101 | 1010011 | 110 | 1010 | 1010111 | 110111 |
Color Harmonies of #F04A29
Complementary color
Monochromatic Colors of #F04A29
Black with #F04A29
Text Example
Text Example
White with #F04A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A29; }
p { color: rgb(240,74,41); }
H1.HeaderClassName
{
color: #F04A29;
}
.AnyTagClassName
{
color: #F04A29;
}
</style>
background-color css
<style>
a { background-color: #F04A29; }
a { background-color: rgb(240,74,41); }
div.DivClassName
{
background-color: #F04A29;
}
.BgClassName
{
background-color: #F04A29;
}
</style>
border-color css
<style>
span { border-color: #F04A29; }
span { border-color: rgb(240,74,41); }
td.TdClassName
{
border-color: #F04A29;
}
.TagClassName
{
border-color: #F04A29;
}
</style>