Shades of Torch Red #F90F2D
Tints of Torch Red #F90F2D
RGB
CMYK
RGB Variations
Color information
#F90F2D (or 0xF90F2D) is known color: Torch Red. HEX triplet: F9, 0F and 2D. RGB value is (249,15,45). Sum of RGB (Red+Green+Blue) = 249+15+45=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90F2D is #06F0D2. Grayscale: #585858. Windows color (decimal): -454867 or 2953209. OLE color: 2953209.
HSL color Cylindrical-coordinate representation of color #F90F2D: hue angle of 352.31º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90F2D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 45 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.02 |
| HSL | 352.31º | 0.95% | 0.52% | - |
| HSV(B) | 352.31º | 0.94% | 0.98% | - |
| XYZ | 39.71 | 20.67 | 4.38 | - |
| YUV | 88.39 | 103.52 | 242.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 45 | 0 | 0.94 | 0.82 | 0.02 | 352.31 | 0.95 | 0.52 |
| Hex | F9 | F | 2D | 0 | 5E | 52 | 2 | 160 | 5F | 34 |
| Octal | 371 | 17 | 55 | 0 | 136 | 122 | 2 | 540 | 137 | 64 |
| Binary | 11111001 | 1111 | 101101 | 0 | 1011110 | 1010010 | 10 | 101100000 | 1011111 | 110100 |
Color Harmonies of #F90F2D
Complementary color
Monochromatic Colors of #F90F2D
Black with #F90F2D
Text Example
Text Example
White with #F90F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F2D; }
p { color: rgb(249,15,45); }
H1.HeaderClassName
{
color: #F90F2D;
}
.AnyTagClassName
{
color: #F90F2D;
}
</style>
background-color css
<style>
a { background-color: #F90F2D; }
a { background-color: rgb(249,15,45); }
div.DivClassName
{
background-color: #F90F2D;
}
.BgClassName
{
background-color: #F90F2D;
}
</style>
border-color css
<style>
span { border-color: #F90F2D; }
span { border-color: rgb(249,15,45); }
td.TdClassName
{
border-color: #F90F2D;
}
.TagClassName
{
border-color: #F90F2D;
}
</style>