Shades of Cinnabar #F04A22
Tints of Cinnabar #F04A22
RGB
CMYK
RGB Variations
Color information
#F04A22 (or 0xF04A22) is known color: Cinnabar. HEX triplet: F0, 4A and 22. RGB value is (240,74,34). Sum of RGB (Red+Green+Blue) = 240+74+34=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A22 is #0FB5DD. Grayscale: #777777. Windows color (decimal): -1029598 or 2247408. OLE color: 2247408.
HSL color Cylindrical-coordinate representation of color #F04A22: hue angle of 11.65º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F04A22 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 34 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.06 |
| HSL | 11.65º | 0.87% | 0.54% | - |
| HSV(B) | 11.65º | 0.86% | 0.94% | - |
| XYZ | 38.67 | 23.54 | 4.02 | - |
| YUV | 119.07 | 80 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 34 | 0 | 0.69 | 0.86 | 0.06 | 11.65 | 0.87 | 0.54 |
| Hex | F0 | 4A | 22 | 0 | 45 | 56 | 6 | C | 57 | 36 |
| Octal | 360 | 112 | 42 | 0 | 105 | 126 | 6 | 14 | 127 | 66 |
| Binary | 11110000 | 1001010 | 100010 | 0 | 1000101 | 1010110 | 110 | 1100 | 1010111 | 110110 |
Color Harmonies of #F04A22
Complementary color
Monochromatic Colors of #F04A22
Black with #F04A22
Text Example
Text Example
White with #F04A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A22; }
p { color: rgb(240,74,34); }
H1.HeaderClassName
{
color: #F04A22;
}
.AnyTagClassName
{
color: #F04A22;
}
</style>
background-color css
<style>
a { background-color: #F04A22; }
a { background-color: rgb(240,74,34); }
div.DivClassName
{
background-color: #F04A22;
}
.BgClassName
{
background-color: #F04A22;
}
</style>
border-color css
<style>
span { border-color: #F04A22; }
span { border-color: rgb(240,74,34); }
td.TdClassName
{
border-color: #F04A22;
}
.TagClassName
{
border-color: #F04A22;
}
</style>