Shades of Torch Red #F91D21
Tints of Torch Red #F91D21
RGB
CMYK
RGB Variations
Color information
#F91D21 (or 0xF91D21) is known color: Torch Red. HEX triplet: F9, 1D and 21. RGB value is (249,29,33). Sum of RGB (Red+Green+Blue) = 249+29+33=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D21 is #06E2DE. Grayscale: #5F5F5F. Windows color (decimal): -451295 or 2170361. OLE color: 2170361.
HSL color Cylindrical-coordinate representation of color #F91D21: hue angle of 358.91º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D21 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 33 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.02 |
| HSL | 358.91º | 0.95% | 0.55% | - |
| HSV(B) | 358.91º | 0.88% | 0.98% | - |
| XYZ | 39.78 | 21.13 | 3.42 | - |
| YUV | 95.24 | 92.89 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 33 | 0 | 0.88 | 0.87 | 0.02 | 358.91 | 0.95 | 0.55 |
| Hex | F9 | 1D | 21 | 0 | 58 | 57 | 2 | 167 | 5F | 37 |
| Octal | 371 | 35 | 41 | 0 | 130 | 127 | 2 | 547 | 137 | 67 |
| Binary | 11111001 | 11101 | 100001 | 0 | 1011000 | 1010111 | 10 | 101100111 | 1011111 | 110111 |
Color Harmonies of #F91D21
Complementary color
Monochromatic Colors of #F91D21
Black with #F91D21
Text Example
Text Example
White with #F91D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D21; }
p { color: rgb(249,29,33); }
H1.HeaderClassName
{
color: #F91D21;
}
.AnyTagClassName
{
color: #F91D21;
}
</style>
background-color css
<style>
a { background-color: #F91D21; }
a { background-color: rgb(249,29,33); }
div.DivClassName
{
background-color: #F91D21;
}
.BgClassName
{
background-color: #F91D21;
}
</style>
border-color css
<style>
span { border-color: #F91D21; }
span { border-color: rgb(249,29,33); }
td.TdClassName
{
border-color: #F91D21;
}
.TagClassName
{
border-color: #F91D21;
}
</style>