Shades of Torch Red #F30617
Tints of Torch Red #F30617
RGB
CMYK
RGB Variations
Color information
#F30617 (or 0xF30617) is known color: Torch Red. HEX triplet: F3, 06 and 17. RGB value is (243,6,23). Sum of RGB (Red+Green+Blue) = 243+6+23=272 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.34% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 243 - color contains mainly: red. Hex color #F30617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30617 is #0CF9E8. Grayscale: #4E4E4E. Windows color (decimal): -850409 or 1509107. OLE color: 1509107.
HSL color Cylindrical-coordinate representation of color #F30617: hue angle of 355.7º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30617 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 23 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.05 |
| HSL | 355.7º | 0.95% | 0.49% | - |
| HSV(B) | 355.7º | 0.98% | 0.95% | - |
| XYZ | 37.18 | 19.25 | 2.57 | - |
| YUV | 78.8 | 96.52 | 245.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 23 | 0 | 0.98 | 0.91 | 0.05 | 355.7 | 0.95 | 0.49 |
| Hex | F3 | 6 | 17 | 0 | 62 | 5B | 5 | 164 | 5F | 31 |
| Octal | 363 | 6 | 27 | 0 | 142 | 133 | 5 | 544 | 137 | 61 |
| Binary | 11110011 | 110 | 10111 | 0 | 1100010 | 1011011 | 101 | 101100100 | 1011111 | 110001 |
Color Harmonies of #F30617
Complementary color
Monochromatic Colors of #F30617
Black with #F30617
Text Example
Text Example
White with #F30617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30617; }
p { color: rgb(243,6,23); }
H1.HeaderClassName
{
color: #F30617;
}
.AnyTagClassName
{
color: #F30617;
}
</style>
background-color css
<style>
a { background-color: #F30617; }
a { background-color: rgb(243,6,23); }
div.DivClassName
{
background-color: #F30617;
}
.BgClassName
{
background-color: #F30617;
}
</style>
border-color css
<style>
span { border-color: #F30617; }
span { border-color: rgb(243,6,23); }
td.TdClassName
{
border-color: #F30617;
}
.TagClassName
{
border-color: #F30617;
}
</style>