Shades of Torch Red #F30D2C
Tints of Torch Red #F30D2C
RGB
CMYK
RGB Variations
Color information
#F30D2C (or 0xF30D2C) is known color: Torch Red. HEX triplet: F3, 0D and 2C. RGB value is (243,13,44). Sum of RGB (Red+Green+Blue) = 243+13+44=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F30D2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30D2C is #0CF2D3. Grayscale: #555555. Windows color (decimal): -848596 or 2887155. OLE color: 2887155.
HSL color Cylindrical-coordinate representation of color #F30D2C: hue angle of 351.91º 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 #F30D2C is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 44 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.05 |
| HSL | 351.91º | 0.91% | 0.5% | - |
| HSV(B) | 351.91º | 0.95% | 0.95% | - |
| XYZ | 37.56 | 19.52 | 4.17 | - |
| YUV | 85.3 | 104.7 | 240.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 44 | 0 | 0.95 | 0.82 | 0.05 | 351.91 | 0.91 | 0.5 |
| Hex | F3 | D | 2C | 0 | 5F | 52 | 5 | 160 | 5B | 32 |
| Octal | 363 | 15 | 54 | 0 | 137 | 122 | 5 | 540 | 133 | 62 |
| Binary | 11110011 | 1101 | 101100 | 0 | 1011111 | 1010010 | 101 | 101100000 | 1011011 | 110010 |
Color Harmonies of #F30D2C
Complementary color
Monochromatic Colors of #F30D2C
Black with #F30D2C
Text Example
Text Example
White with #F30D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30D2C; }
p { color: rgb(243,13,44); }
H1.HeaderClassName
{
color: #F30D2C;
}
.AnyTagClassName
{
color: #F30D2C;
}
</style>
background-color css
<style>
a { background-color: #F30D2C; }
a { background-color: rgb(243,13,44); }
div.DivClassName
{
background-color: #F30D2C;
}
.BgClassName
{
background-color: #F30D2C;
}
</style>
border-color css
<style>
span { border-color: #F30D2C; }
span { border-color: rgb(243,13,44); }
td.TdClassName
{
border-color: #F30D2C;
}
.TagClassName
{
border-color: #F30D2C;
}
</style>