Shades of Torch Red #F30421
Tints of Torch Red #F30421
RGB
CMYK
RGB Variations
Color information
#F30421 (or 0xF30421) is known color: Torch Red. HEX triplet: F3, 04 and 21. RGB value is (243,4,33). Sum of RGB (Red+Green+Blue) = 243+4+33=280 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.79% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 243 - color contains mainly: red. Hex color #F30421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30421 is #0CFBDE. Grayscale: #4E4E4E. Windows color (decimal): -850911 or 2163955. OLE color: 2163955.
HSL color Cylindrical-coordinate representation of color #F30421: hue angle of 352.72º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30421 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.05 |
| HSL | 352.72º | 0.97% | 0.48% | - |
| HSV(B) | 352.72º | 0.98% | 0.95% | - |
| XYZ | 37.28 | 19.25 | 3.19 | - |
| YUV | 78.77 | 102.18 | 245.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 33 | 0 | 0.98 | 0.86 | 0.05 | 352.72 | 0.97 | 0.48 |
| Hex | F3 | 4 | 21 | 0 | 62 | 56 | 5 | 161 | 61 | 30 |
| Octal | 363 | 4 | 41 | 0 | 142 | 126 | 5 | 541 | 141 | 60 |
| Binary | 11110011 | 100 | 100001 | 0 | 1100010 | 1010110 | 101 | 101100001 | 1100001 | 110000 |
Color Harmonies of #F30421
Complementary color
Monochromatic Colors of #F30421
Black with #F30421
Text Example
Text Example
White with #F30421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30421; }
p { color: rgb(243,4,33); }
H1.HeaderClassName
{
color: #F30421;
}
.AnyTagClassName
{
color: #F30421;
}
</style>
background-color css
<style>
a { background-color: #F30421; }
a { background-color: rgb(243,4,33); }
div.DivClassName
{
background-color: #F30421;
}
.BgClassName
{
background-color: #F30421;
}
</style>
border-color css
<style>
span { border-color: #F30421; }
span { border-color: rgb(243,4,33); }
td.TdClassName
{
border-color: #F30421;
}
.TagClassName
{
border-color: #F30421;
}
</style>