Shades of Torch Red #F30D3C
Tints of Torch Red #F30D3C
RGB
CMYK
RGB Variations
Color information
#F30D3C (or 0xF30D3C) is known color: Torch Red. HEX triplet: F3, 0D and 3C. RGB value is (243,13,60). Sum of RGB (Red+Green+Blue) = 243+13+60=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F30D3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30D3C is #0CF2C3. Grayscale: #575757. Windows color (decimal): -848580 or 3935731. OLE color: 3935731.
HSL color Cylindrical-coordinate representation of color #F30D3C: hue angle of 347.74º 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 #F30D3C is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 60 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.05 |
| HSL | 347.74º | 0.91% | 0.5% | - |
| HSV(B) | 347.74º | 0.95% | 0.95% | - |
| XYZ | 37.92 | 19.67 | 6.07 | - |
| YUV | 87.13 | 112.7 | 239.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 60 | 0 | 0.95 | 0.75 | 0.05 | 347.74 | 0.91 | 0.5 |
| Hex | F3 | D | 3C | 0 | 5F | 4B | 5 | 15C | 5B | 32 |
| Octal | 363 | 15 | 74 | 0 | 137 | 113 | 5 | 534 | 133 | 62 |
| Binary | 11110011 | 1101 | 111100 | 0 | 1011111 | 1001011 | 101 | 101011100 | 1011011 | 110010 |
Color Harmonies of #F30D3C
Complementary color
Monochromatic Colors of #F30D3C
Black with #F30D3C
Text Example
Text Example
White with #F30D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30D3C; }
p { color: rgb(243,13,60); }
H1.HeaderClassName
{
color: #F30D3C;
}
.AnyTagClassName
{
color: #F30D3C;
}
</style>
background-color css
<style>
a { background-color: #F30D3C; }
a { background-color: rgb(243,13,60); }
div.DivClassName
{
background-color: #F30D3C;
}
.BgClassName
{
background-color: #F30D3C;
}
</style>
border-color css
<style>
span { border-color: #F30D3C; }
span { border-color: rgb(243,13,60); }
td.TdClassName
{
border-color: #F30D3C;
}
.TagClassName
{
border-color: #F30D3C;
}
</style>