Shades of Torch Red #F91D3D
Tints of Torch Red #F91D3D
RGB
CMYK
RGB Variations
Color information
#F91D3D (or 0xF91D3D) is known color: Torch Red. HEX triplet: F9, 1D and 3D. RGB value is (249,29,61). Sum of RGB (Red+Green+Blue) = 249+29+61=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D3D is #06E2C2. Grayscale: #626262. Windows color (decimal): -451267 or 4005369. OLE color: 4005369.
HSL color Cylindrical-coordinate representation of color #F91D3D: hue angle of 351.27º 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 #F91D3D is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 61 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.02 |
| HSL | 351.27º | 0.95% | 0.55% | - |
| HSV(B) | 351.27º | 0.88% | 0.98% | - |
| XYZ | 40.35 | 21.36 | 6.41 | - |
| YUV | 98.43 | 106.89 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 61 | 0 | 0.88 | 0.76 | 0.02 | 351.27 | 0.95 | 0.55 |
| Hex | F9 | 1D | 3D | 0 | 58 | 4C | 2 | 15F | 5F | 37 |
| Octal | 371 | 35 | 75 | 0 | 130 | 114 | 2 | 537 | 137 | 67 |
| Binary | 11111001 | 11101 | 111101 | 0 | 1011000 | 1001100 | 10 | 101011111 | 1011111 | 110111 |
Color Harmonies of #F91D3D
Complementary color
Monochromatic Colors of #F91D3D
Black with #F91D3D
Text Example
Text Example
White with #F91D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D3D; }
p { color: rgb(249,29,61); }
H1.HeaderClassName
{
color: #F91D3D;
}
.AnyTagClassName
{
color: #F91D3D;
}
</style>
background-color css
<style>
a { background-color: #F91D3D; }
a { background-color: rgb(249,29,61); }
div.DivClassName
{
background-color: #F91D3D;
}
.BgClassName
{
background-color: #F91D3D;
}
</style>
border-color css
<style>
span { border-color: #F91D3D; }
span { border-color: rgb(249,29,61); }
td.TdClassName
{
border-color: #F91D3D;
}
.TagClassName
{
border-color: #F91D3D;
}
</style>