Shades of Cinnabar #F04623
Tints of Cinnabar #F04623
RGB
CMYK
RGB Variations
Color information
#F04623 (or 0xF04623) is known color: Cinnabar. HEX triplet: F0, 46 and 23. RGB value is (240,70,35). Sum of RGB (Red+Green+Blue) = 240+70+35=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F04623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04623 is #0FB9DC. Grayscale: #757575. Windows color (decimal): -1030621 or 2311920. OLE color: 2311920.
HSL color Cylindrical-coordinate representation of color #F04623: hue angle of 10.24º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F04623 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 35 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.06 |
| HSL | 10.24º | 0.87% | 0.54% | - |
| HSV(B) | 10.24º | 0.85% | 0.94% | - |
| XYZ | 38.43 | 23.03 | 4.01 | - |
| YUV | 116.84 | 81.82 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 35 | 0 | 0.71 | 0.85 | 0.06 | 10.24 | 0.87 | 0.54 |
| Hex | F0 | 46 | 23 | 0 | 47 | 55 | 6 | A | 57 | 36 |
| Octal | 360 | 106 | 43 | 0 | 107 | 125 | 6 | 12 | 127 | 66 |
| Binary | 11110000 | 1000110 | 100011 | 0 | 1000111 | 1010101 | 110 | 1010 | 1010111 | 110110 |
Color Harmonies of #F04623
Complementary color
Monochromatic Colors of #F04623
Black with #F04623
Text Example
Text Example
White with #F04623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04623; }
p { color: rgb(240,70,35); }
H1.HeaderClassName
{
color: #F04623;
}
.AnyTagClassName
{
color: #F04623;
}
</style>
background-color css
<style>
a { background-color: #F04623; }
a { background-color: rgb(240,70,35); }
div.DivClassName
{
background-color: #F04623;
}
.BgClassName
{
background-color: #F04623;
}
</style>
border-color css
<style>
span { border-color: #F04623; }
span { border-color: rgb(240,70,35); }
td.TdClassName
{
border-color: #F04623;
}
.TagClassName
{
border-color: #F04623;
}
</style>