Shades of Torch Red #F10823
Tints of Torch Red #F10823
RGB
CMYK
RGB Variations
Color information
#F10823 (or 0xF10823) is known color: Torch Red. HEX triplet: F1, 08 and 23. RGB value is (241,8,35). Sum of RGB (Red+Green+Blue) = 241+8+35=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F10823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10823 is #0EF7DC. Grayscale: #505050. Windows color (decimal): -980957 or 2296049. OLE color: 2296049.
HSL color Cylindrical-coordinate representation of color #F10823: hue angle of 353.05º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10823 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 35 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.05 |
| HSL | 353.05º | 0.94% | 0.49% | - |
| HSV(B) | 353.05º | 0.97% | 0.95% | - |
| XYZ | 36.67 | 19 | 3.32 | - |
| YUV | 80.75 | 102.19 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 35 | 0 | 0.97 | 0.85 | 0.05 | 353.05 | 0.94 | 0.49 |
| Hex | F1 | 8 | 23 | 0 | 61 | 55 | 5 | 161 | 5E | 31 |
| Octal | 361 | 10 | 43 | 0 | 141 | 125 | 5 | 541 | 136 | 61 |
| Binary | 11110001 | 1000 | 100011 | 0 | 1100001 | 1010101 | 101 | 101100001 | 1011110 | 110001 |
Color Harmonies of #F10823
Complementary color
Monochromatic Colors of #F10823
Black with #F10823
Text Example
Text Example
White with #F10823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10823; }
p { color: rgb(241,8,35); }
H1.HeaderClassName
{
color: #F10823;
}
.AnyTagClassName
{
color: #F10823;
}
</style>
background-color css
<style>
a { background-color: #F10823; }
a { background-color: rgb(241,8,35); }
div.DivClassName
{
background-color: #F10823;
}
.BgClassName
{
background-color: #F10823;
}
</style>
border-color css
<style>
span { border-color: #F10823; }
span { border-color: rgb(241,8,35); }
td.TdClassName
{
border-color: #F10823;
}
.TagClassName
{
border-color: #F10823;
}
</style>