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