Shades of Torch Red #F30C25
Tints of Torch Red #F30C25
RGB
CMYK
RGB Variations
Color information
#F30C25 (or 0xF30C25) is known color: Torch Red. HEX triplet: F3, 0C and 25. RGB value is (243,12,37). Sum of RGB (Red+Green+Blue) = 243+12+37=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30C25 is #0CF3DA. Grayscale: #545454. Windows color (decimal): -848859 or 2428147. OLE color: 2428147.
HSL color Cylindrical-coordinate representation of color #F30C25: hue angle of 353.51º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30C25 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 37 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.05 |
| HSL | 353.51º | 0.91% | 0.5% | - |
| HSV(B) | 353.51º | 0.95% | 0.95% | - |
| XYZ | 37.43 | 19.45 | 3.53 | - |
| YUV | 83.92 | 101.53 | 241.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 37 | 0 | 0.95 | 0.85 | 0.05 | 353.51 | 0.91 | 0.5 |
| Hex | F3 | C | 25 | 0 | 5F | 55 | 5 | 162 | 5B | 32 |
| Octal | 363 | 14 | 45 | 0 | 137 | 125 | 5 | 542 | 133 | 62 |
| Binary | 11110011 | 1100 | 100101 | 0 | 1011111 | 1010101 | 101 | 101100010 | 1011011 | 110010 |
Color Harmonies of #F30C25
Complementary color
Monochromatic Colors of #F30C25
Black with #F30C25
Text Example
Text Example
White with #F30C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30C25; }
p { color: rgb(243,12,37); }
H1.HeaderClassName
{
color: #F30C25;
}
.AnyTagClassName
{
color: #F30C25;
}
</style>
background-color css
<style>
a { background-color: #F30C25; }
a { background-color: rgb(243,12,37); }
div.DivClassName
{
background-color: #F30C25;
}
.BgClassName
{
background-color: #F30C25;
}
</style>
border-color css
<style>
span { border-color: #F30C25; }
span { border-color: rgb(243,12,37); }
td.TdClassName
{
border-color: #F30C25;
}
.TagClassName
{
border-color: #F30C25;
}
</style>