Shades of Torch Red #F30217
Tints of Torch Red #F30217
RGB
CMYK
RGB Variations
Color information
#F30217 (or 0xF30217) is known color: Torch Red. HEX triplet: F3, 02 and 17. RGB value is (243,2,23). Sum of RGB (Red+Green+Blue) = 243+2+23=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F30217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30217 is #0CFDE8. Grayscale: #4C4C4C. Windows color (decimal): -851433 or 1508083. OLE color: 1508083.
HSL color Cylindrical-coordinate representation of color #F30217: hue angle of 354.77º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30217 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 23 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.05 |
| HSL | 354.77º | 0.98% | 0.48% | - |
| HSV(B) | 354.77º | 0.99% | 0.95% | - |
| XYZ | 37.14 | 19.16 | 2.55 | - |
| YUV | 76.45 | 97.84 | 246.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 23 | 0 | 0.99 | 0.91 | 0.05 | 354.77 | 0.98 | 0.48 |
| Hex | F3 | 2 | 17 | 0 | 63 | 5B | 5 | 163 | 62 | 30 |
| Octal | 363 | 2 | 27 | 0 | 143 | 133 | 5 | 543 | 142 | 60 |
| Binary | 11110011 | 10 | 10111 | 0 | 1100011 | 1011011 | 101 | 101100011 | 1100010 | 110000 |
Color Harmonies of #F30217
Complementary color
Monochromatic Colors of #F30217
Black with #F30217
Text Example
Text Example
White with #F30217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30217; }
p { color: rgb(243,2,23); }
H1.HeaderClassName
{
color: #F30217;
}
.AnyTagClassName
{
color: #F30217;
}
</style>
background-color css
<style>
a { background-color: #F30217; }
a { background-color: rgb(243,2,23); }
div.DivClassName
{
background-color: #F30217;
}
.BgClassName
{
background-color: #F30217;
}
</style>
border-color css
<style>
span { border-color: #F30217; }
span { border-color: rgb(243,2,23); }
td.TdClassName
{
border-color: #F30217;
}
.TagClassName
{
border-color: #F30217;
}
</style>