Shades of Cinnabar #F14223
Tints of Cinnabar #F14223
RGB
CMYK
RGB Variations
Color information
#F14223 (or 0xF14223) is known color: Cinnabar. HEX triplet: F1, 42 and 23. RGB value is (241,66,35). Sum of RGB (Red+Green+Blue) = 241+66+35=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F14223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14223 is #0EBDDC. Grayscale: #737373. Windows color (decimal): -966109 or 2310897. OLE color: 2310897.
HSL color Cylindrical-coordinate representation of color #F14223: hue angle of 9.03º 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 #F14223 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 35 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.05 |
| HSL | 9.03º | 0.88% | 0.54% | - |
| HSV(B) | 9.03º | 0.85% | 0.95% | - |
| XYZ | 38.53 | 22.72 | 3.94 | - |
| YUV | 114.79 | 82.98 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 35 | 0 | 0.73 | 0.85 | 0.05 | 9.03 | 0.88 | 0.54 |
| Hex | F1 | 42 | 23 | 0 | 49 | 55 | 5 | 9 | 58 | 36 |
| Octal | 361 | 102 | 43 | 0 | 111 | 125 | 5 | 11 | 130 | 66 |
| Binary | 11110001 | 1000010 | 100011 | 0 | 1001001 | 1010101 | 101 | 1001 | 1011000 | 110110 |
Color Harmonies of #F14223
Complementary color
Monochromatic Colors of #F14223
Black with #F14223
Text Example
Text Example
White with #F14223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14223; }
p { color: rgb(241,66,35); }
H1.HeaderClassName
{
color: #F14223;
}
.AnyTagClassName
{
color: #F14223;
}
</style>
background-color css
<style>
a { background-color: #F14223; }
a { background-color: rgb(241,66,35); }
div.DivClassName
{
background-color: #F14223;
}
.BgClassName
{
background-color: #F14223;
}
</style>
border-color css
<style>
span { border-color: #F14223; }
span { border-color: rgb(241,66,35); }
td.TdClassName
{
border-color: #F14223;
}
.TagClassName
{
border-color: #F14223;
}
</style>