Shades of Cinnabar #F04123
Tints of Cinnabar #F04123
RGB
CMYK
RGB Variations
Color information
#F04123 (or 0xF04123) is known color: Cinnabar. HEX triplet: F0, 41 and 23. RGB value is (240,65,35). Sum of RGB (Red+Green+Blue) = 240+65+35=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F04123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04123 is #0FBEDC. Grayscale: #727272. Windows color (decimal): -1031901 or 2310640. OLE color: 2310640.
HSL color Cylindrical-coordinate representation of color #F04123: hue angle of 8.78º 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 #F04123 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 35 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.06 |
| HSL | 8.78º | 0.87% | 0.54% | - |
| HSV(B) | 8.78º | 0.85% | 0.94% | - |
| XYZ | 38.13 | 22.43 | 3.91 | - |
| YUV | 113.91 | 83.48 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 35 | 0 | 0.73 | 0.85 | 0.06 | 8.78 | 0.87 | 0.54 |
| Hex | F0 | 41 | 23 | 0 | 49 | 55 | 6 | 9 | 57 | 36 |
| Octal | 360 | 101 | 43 | 0 | 111 | 125 | 6 | 11 | 127 | 66 |
| Binary | 11110000 | 1000001 | 100011 | 0 | 1001001 | 1010101 | 110 | 1001 | 1010111 | 110110 |
Color Harmonies of #F04123
Complementary color
Monochromatic Colors of #F04123
Black with #F04123
Text Example
Text Example
White with #F04123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04123; }
p { color: rgb(240,65,35); }
H1.HeaderClassName
{
color: #F04123;
}
.AnyTagClassName
{
color: #F04123;
}
</style>
background-color css
<style>
a { background-color: #F04123; }
a { background-color: rgb(240,65,35); }
div.DivClassName
{
background-color: #F04123;
}
.BgClassName
{
background-color: #F04123;
}
</style>
border-color css
<style>
span { border-color: #F04123; }
span { border-color: rgb(240,65,35); }
td.TdClassName
{
border-color: #F04123;
}
.TagClassName
{
border-color: #F04123;
}
</style>