Shades of Cinnabar #F04826
Tints of Cinnabar #F04826
RGB
CMYK
RGB Variations
Color information
#F04826 (or 0xF04826) is known color: Cinnabar. HEX triplet: F0, 48 and 26. RGB value is (240,72,38). Sum of RGB (Red+Green+Blue) = 240+72+38=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F04826 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04826 is #0FB7D9. Grayscale: #767676. Windows color (decimal): -1030106 or 2509040. OLE color: 2509040.
HSL color Cylindrical-coordinate representation of color #F04826: hue angle of 10.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F04826 is Cyan = 0, Magento = 0.7, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 38 | - |
| CMYK | 0 | 0.7 | 0.84 | 0.06 |
| HSL | 10.1º | 0.87% | 0.55% | - |
| HSV(B) | 10.1º | 0.84% | 0.94% | - |
| XYZ | 38.6 | 23.3 | 4.3 | - |
| YUV | 118.36 | 82.66 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 38 | 0 | 0.7 | 0.84 | 0.06 | 10.1 | 0.87 | 0.55 |
| Hex | F0 | 48 | 26 | 0 | 46 | 54 | 6 | A | 57 | 37 |
| Octal | 360 | 110 | 46 | 0 | 106 | 124 | 6 | 12 | 127 | 67 |
| Binary | 11110000 | 1001000 | 100110 | 0 | 1000110 | 1010100 | 110 | 1010 | 1010111 | 110111 |
Color Harmonies of #F04826
Complementary color
Monochromatic Colors of #F04826
Black with #F04826
Text Example
Text Example
White with #F04826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04826; }
p { color: rgb(240,72,38); }
H1.HeaderClassName
{
color: #F04826;
}
.AnyTagClassName
{
color: #F04826;
}
</style>
background-color css
<style>
a { background-color: #F04826; }
a { background-color: rgb(240,72,38); }
div.DivClassName
{
background-color: #F04826;
}
.BgClassName
{
background-color: #F04826;
}
</style>
border-color css
<style>
span { border-color: #F04826; }
span { border-color: rgb(240,72,38); }
td.TdClassName
{
border-color: #F04826;
}
.TagClassName
{
border-color: #F04826;
}
</style>