Shades of Cinnabar #F04522
Tints of Cinnabar #F04522
RGB
CMYK
RGB Variations
Color information
#F04522 (or 0xF04522) is known color: Cinnabar. HEX triplet: F0, 45 and 22. RGB value is (240,69,34). Sum of RGB (Red+Green+Blue) = 240+69+34=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F04522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04522 is #0FBADD. Grayscale: #747474. Windows color (decimal): -1030878 or 2246128. OLE color: 2246128.
HSL color Cylindrical-coordinate representation of color #F04522: hue angle of 10.19º 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 #F04522 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 34 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.06 |
| HSL | 10.19º | 0.87% | 0.54% | - |
| HSV(B) | 10.19º | 0.86% | 0.94% | - |
| XYZ | 38.35 | 22.9 | 3.91 | - |
| YUV | 116.14 | 81.65 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 34 | 0 | 0.71 | 0.86 | 0.06 | 10.19 | 0.87 | 0.54 |
| Hex | F0 | 45 | 22 | 0 | 47 | 56 | 6 | A | 57 | 36 |
| Octal | 360 | 105 | 42 | 0 | 107 | 126 | 6 | 12 | 127 | 66 |
| Binary | 11110000 | 1000101 | 100010 | 0 | 1000111 | 1010110 | 110 | 1010 | 1010111 | 110110 |
Color Harmonies of #F04522
Complementary color
Monochromatic Colors of #F04522
Black with #F04522
Text Example
Text Example
White with #F04522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04522; }
p { color: rgb(240,69,34); }
H1.HeaderClassName
{
color: #F04522;
}
.AnyTagClassName
{
color: #F04522;
}
</style>
background-color css
<style>
a { background-color: #F04522; }
a { background-color: rgb(240,69,34); }
div.DivClassName
{
background-color: #F04522;
}
.BgClassName
{
background-color: #F04522;
}
</style>
border-color css
<style>
span { border-color: #F04522; }
span { border-color: rgb(240,69,34); }
td.TdClassName
{
border-color: #F04522;
}
.TagClassName
{
border-color: #F04522;
}
</style>