Shades of Torch Red #F10630
Tints of Torch Red #F10630
RGB
CMYK
RGB Variations
Color information
#F10630 (or 0xF10630) is known color: Torch Red. HEX triplet: F1, 06 and 30. RGB value is (241,6,48). Sum of RGB (Red+Green+Blue) = 241+6+48=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F10630 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10630 is #0EF9CF. Grayscale: #515151. Windows color (decimal): -981456 or 3147505. OLE color: 3147505.
HSL color Cylindrical-coordinate representation of color #F10630: hue angle of 349.28º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10630 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 48 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.05 |
| HSL | 349.28º | 0.95% | 0.48% | - |
| HSV(B) | 349.28º | 0.98% | 0.95% | - |
| XYZ | 36.87 | 19.04 | 4.53 | - |
| YUV | 81.05 | 109.36 | 242.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 48 | 0 | 0.98 | 0.80 | 0.05 | 349.28 | 0.95 | 0.48 |
| Hex | F1 | 6 | 30 | 0 | 62 | 50 | 5 | 15D | 5F | 30 |
| Octal | 361 | 6 | 60 | 0 | 142 | 120 | 5 | 535 | 137 | 60 |
| Binary | 11110001 | 110 | 110000 | 0 | 1100010 | 1010000 | 101 | 101011101 | 1011111 | 110000 |
Color Harmonies of #F10630
Complementary color
Monochromatic Colors of #F10630
Black with #F10630
Text Example
Text Example
White with #F10630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10630; }
p { color: rgb(241,6,48); }
H1.HeaderClassName
{
color: #F10630;
}
.AnyTagClassName
{
color: #F10630;
}
</style>
background-color css
<style>
a { background-color: #F10630; }
a { background-color: rgb(241,6,48); }
div.DivClassName
{
background-color: #F10630;
}
.BgClassName
{
background-color: #F10630;
}
</style>
border-color css
<style>
span { border-color: #F10630; }
span { border-color: rgb(241,6,48); }
td.TdClassName
{
border-color: #F10630;
}
.TagClassName
{
border-color: #F10630;
}
</style>