Shades of Cinnabar #F14523
Tints of Cinnabar #F14523
RGB
CMYK
RGB Variations
Color information
#F14523 (or 0xF14523) is known color: Cinnabar. HEX triplet: F1, 45 and 23. RGB value is (241,69,35). Sum of RGB (Red+Green+Blue) = 241+69+35=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F14523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14523 is #0EBADC. Grayscale: #747474. Windows color (decimal): -965341 or 2311665. OLE color: 2311665.
HSL color Cylindrical-coordinate representation of color #F14523: hue angle of 9.9º 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 #F14523 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 35 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.05 |
| HSL | 9.9º | 0.88% | 0.54% | - |
| HSV(B) | 9.9º | 0.85% | 0.95% | - |
| XYZ | 38.71 | 23.08 | 4 | - |
| YUV | 116.55 | 81.98 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 35 | 0 | 0.71 | 0.85 | 0.05 | 9.9 | 0.88 | 0.54 |
| Hex | F1 | 45 | 23 | 0 | 47 | 55 | 5 | A | 58 | 36 |
| Octal | 361 | 105 | 43 | 0 | 107 | 125 | 5 | 12 | 130 | 66 |
| Binary | 11110001 | 1000101 | 100011 | 0 | 1000111 | 1010101 | 101 | 1010 | 1011000 | 110110 |
Color Harmonies of #F14523
Complementary color
Monochromatic Colors of #F14523
Black with #F14523
Text Example
Text Example
White with #F14523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14523; }
p { color: rgb(241,69,35); }
H1.HeaderClassName
{
color: #F14523;
}
.AnyTagClassName
{
color: #F14523;
}
</style>
background-color css
<style>
a { background-color: #F14523; }
a { background-color: rgb(241,69,35); }
div.DivClassName
{
background-color: #F14523;
}
.BgClassName
{
background-color: #F14523;
}
</style>
border-color css
<style>
span { border-color: #F14523; }
span { border-color: rgb(241,69,35); }
td.TdClassName
{
border-color: #F14523;
}
.TagClassName
{
border-color: #F14523;
}
</style>