Shades of Torch Red #F90B28
Tints of Torch Red #F90B28
RGB
CMYK
RGB Variations
Color information
#F90B28 (or 0xF90B28) is known color: Torch Red. HEX triplet: F9, 0B and 28. RGB value is (249,11,40). Sum of RGB (Red+Green+Blue) = 249+11+40=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90B28 is #06F4D7. Grayscale: #555555. Windows color (decimal): -455896 or 2624505. OLE color: 2624505.
HSL color Cylindrical-coordinate representation of color #F90B28: hue angle of 352.69º 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 #F90B28 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 40 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.02 |
| HSL | 352.69º | 0.95% | 0.51% | - |
| HSV(B) | 352.69º | 0.96% | 0.98% | - |
| XYZ | 39.57 | 20.53 | 3.89 | - |
| YUV | 85.47 | 102.35 | 244.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 40 | 0 | 0.96 | 0.84 | 0.02 | 352.69 | 0.95 | 0.51 |
| Hex | F9 | B | 28 | 0 | 60 | 54 | 2 | 161 | 5F | 33 |
| Octal | 371 | 13 | 50 | 0 | 140 | 124 | 2 | 541 | 137 | 63 |
| Binary | 11111001 | 1011 | 101000 | 0 | 1100000 | 1010100 | 10 | 101100001 | 1011111 | 110011 |
Color Harmonies of #F90B28
Complementary color
Monochromatic Colors of #F90B28
Black with #F90B28
Text Example
Text Example
White with #F90B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90B28; }
p { color: rgb(249,11,40); }
H1.HeaderClassName
{
color: #F90B28;
}
.AnyTagClassName
{
color: #F90B28;
}
</style>
background-color css
<style>
a { background-color: #F90B28; }
a { background-color: rgb(249,11,40); }
div.DivClassName
{
background-color: #F90B28;
}
.BgClassName
{
background-color: #F90B28;
}
</style>
border-color css
<style>
span { border-color: #F90B28; }
span { border-color: rgb(249,11,40); }
td.TdClassName
{
border-color: #F90B28;
}
.TagClassName
{
border-color: #F90B28;
}
</style>