Shades of Torch Red #F91D2D
Tints of Torch Red #F91D2D
RGB
CMYK
RGB Variations
Color information
#F91D2D (or 0xF91D2D) is known color: Torch Red. HEX triplet: F9, 1D and 2D. RGB value is (249,29,45). Sum of RGB (Red+Green+Blue) = 249+29+45=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D2D is #06E2D2. Grayscale: #606060. Windows color (decimal): -451283 or 2956793. OLE color: 2956793.
HSL color Cylindrical-coordinate representation of color #F91D2D: hue angle of 355.64º 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 #F91D2D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 45 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.02 |
| HSL | 355.64º | 0.95% | 0.55% | - |
| HSV(B) | 355.64º | 0.88% | 0.98% | - |
| XYZ | 39.98 | 21.21 | 4.47 | - |
| YUV | 96.6 | 98.89 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 45 | 0 | 0.88 | 0.82 | 0.02 | 355.64 | 0.95 | 0.55 |
| Hex | F9 | 1D | 2D | 0 | 58 | 52 | 2 | 164 | 5F | 37 |
| Octal | 371 | 35 | 55 | 0 | 130 | 122 | 2 | 544 | 137 | 67 |
| Binary | 11111001 | 11101 | 101101 | 0 | 1011000 | 1010010 | 10 | 101100100 | 1011111 | 110111 |
Color Harmonies of #F91D2D
Complementary color
Monochromatic Colors of #F91D2D
Black with #F91D2D
Text Example
Text Example
White with #F91D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D2D; }
p { color: rgb(249,29,45); }
H1.HeaderClassName
{
color: #F91D2D;
}
.AnyTagClassName
{
color: #F91D2D;
}
</style>
background-color css
<style>
a { background-color: #F91D2D; }
a { background-color: rgb(249,29,45); }
div.DivClassName
{
background-color: #F91D2D;
}
.BgClassName
{
background-color: #F91D2D;
}
</style>
border-color css
<style>
span { border-color: #F91D2D; }
span { border-color: rgb(249,29,45); }
td.TdClassName
{
border-color: #F91D2D;
}
.TagClassName
{
border-color: #F91D2D;
}
</style>