Shades of Torch Red #F90B2D
Tints of Torch Red #F90B2D
RGB
CMYK
RGB Variations
Color information
#F90B2D (or 0xF90B2D) is known color: Torch Red. HEX triplet: F9, 0B and 2D. RGB value is (249,11,45). Sum of RGB (Red+Green+Blue) = 249+11+45=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90B2D is #06F4D2. Grayscale: #565656. Windows color (decimal): -455891 or 2952185. OLE color: 2952185.
HSL color Cylindrical-coordinate representation of color #F90B2D: hue angle of 351.43º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90B2D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 45 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.02 |
| HSL | 351.43º | 0.95% | 0.51% | - |
| HSV(B) | 351.43º | 0.96% | 0.98% | - |
| XYZ | 39.66 | 20.57 | 4.36 | - |
| YUV | 86.04 | 104.85 | 244.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 45 | 0 | 0.96 | 0.82 | 0.02 | 351.43 | 0.95 | 0.51 |
| Hex | F9 | B | 2D | 0 | 60 | 52 | 2 | 15F | 5F | 33 |
| Octal | 371 | 13 | 55 | 0 | 140 | 122 | 2 | 537 | 137 | 63 |
| Binary | 11111001 | 1011 | 101101 | 0 | 1100000 | 1010010 | 10 | 101011111 | 1011111 | 110011 |
Color Harmonies of #F90B2D
Complementary color
Monochromatic Colors of #F90B2D
Black with #F90B2D
Text Example
Text Example
White with #F90B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90B2D; }
p { color: rgb(249,11,45); }
H1.HeaderClassName
{
color: #F90B2D;
}
.AnyTagClassName
{
color: #F90B2D;
}
</style>
background-color css
<style>
a { background-color: #F90B2D; }
a { background-color: rgb(249,11,45); }
div.DivClassName
{
background-color: #F90B2D;
}
.BgClassName
{
background-color: #F90B2D;
}
</style>
border-color css
<style>
span { border-color: #F90B2D; }
span { border-color: rgb(249,11,45); }
td.TdClassName
{
border-color: #F90B2D;
}
.TagClassName
{
border-color: #F90B2D;
}
</style>