Shades of Torch Red #F30821
Tints of Torch Red #F30821
RGB
CMYK
RGB Variations
Color information
#F30821 (or 0xF30821) is known color: Torch Red. HEX triplet: F3, 08 and 21. RGB value is (243,8,33). Sum of RGB (Red+Green+Blue) = 243+8+33=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F30821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30821 is #0CF7DE. Grayscale: #515151. Windows color (decimal): -849887 or 2164979. OLE color: 2164979.
HSL color Cylindrical-coordinate representation of color #F30821: hue angle of 353.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30821 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 33 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.05 |
| HSL | 353.62º | 0.94% | 0.49% | - |
| HSV(B) | 353.62º | 0.97% | 0.95% | - |
| XYZ | 37.32 | 19.34 | 3.2 | - |
| YUV | 81.12 | 100.86 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 33 | 0 | 0.97 | 0.86 | 0.05 | 353.62 | 0.94 | 0.49 |
| Hex | F3 | 8 | 21 | 0 | 61 | 56 | 5 | 162 | 5E | 31 |
| Octal | 363 | 10 | 41 | 0 | 141 | 126 | 5 | 542 | 136 | 61 |
| Binary | 11110011 | 1000 | 100001 | 0 | 1100001 | 1010110 | 101 | 101100010 | 1011110 | 110001 |
Color Harmonies of #F30821
Complementary color
Monochromatic Colors of #F30821
Black with #F30821
Text Example
Text Example
White with #F30821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30821; }
p { color: rgb(243,8,33); }
H1.HeaderClassName
{
color: #F30821;
}
.AnyTagClassName
{
color: #F30821;
}
</style>
background-color css
<style>
a { background-color: #F30821; }
a { background-color: rgb(243,8,33); }
div.DivClassName
{
background-color: #F30821;
}
.BgClassName
{
background-color: #F30821;
}
</style>
border-color css
<style>
span { border-color: #F30821; }
span { border-color: rgb(243,8,33); }
td.TdClassName
{
border-color: #F30821;
}
.TagClassName
{
border-color: #F30821;
}
</style>