Shades of Cinnabar #F14023
Tints of Cinnabar #F14023
RGB
CMYK
RGB Variations
Color information
#F14023 (or 0xF14023) is known color: Cinnabar. HEX triplet: F1, 40 and 23. RGB value is (241,64,35). Sum of RGB (Red+Green+Blue) = 241+64+35=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F14023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14023 is #0EBFDC. Grayscale: #717171. Windows color (decimal): -966621 or 2310385. OLE color: 2310385.
HSL color Cylindrical-coordinate representation of color #F14023: hue angle of 8.45º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F14023 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 35 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.05 |
| HSL | 8.45º | 0.88% | 0.54% | - |
| HSV(B) | 8.45º | 0.85% | 0.95% | - |
| XYZ | 38.41 | 22.49 | 3.91 | - |
| YUV | 113.62 | 83.64 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 35 | 0 | 0.73 | 0.85 | 0.05 | 8.45 | 0.88 | 0.54 |
| Hex | F1 | 40 | 23 | 0 | 49 | 55 | 5 | 8 | 58 | 36 |
| Octal | 361 | 100 | 43 | 0 | 111 | 125 | 5 | 10 | 130 | 66 |
| Binary | 11110001 | 1000000 | 100011 | 0 | 1001001 | 1010101 | 101 | 1000 | 1011000 | 110110 |
Color Harmonies of #F14023
Complementary color
Monochromatic Colors of #F14023
Black with #F14023
Text Example
Text Example
White with #F14023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14023; }
p { color: rgb(241,64,35); }
H1.HeaderClassName
{
color: #F14023;
}
.AnyTagClassName
{
color: #F14023;
}
</style>
background-color css
<style>
a { background-color: #F14023; }
a { background-color: rgb(241,64,35); }
div.DivClassName
{
background-color: #F14023;
}
.BgClassName
{
background-color: #F14023;
}
</style>
border-color css
<style>
span { border-color: #F14023; }
span { border-color: rgb(241,64,35); }
td.TdClassName
{
border-color: #F14023;
}
.TagClassName
{
border-color: #F14023;
}
</style>