Shades of Torch Red #F30823
Tints of Torch Red #F30823
RGB
CMYK
RGB Variations
Color information
#F30823 (or 0xF30823) is known color: Torch Red. HEX triplet: F3, 08 and 23. RGB value is (243,8,35). Sum of RGB (Red+Green+Blue) = 243+8+35=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F30823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30823 is #0CF7DC. Grayscale: #515151. Windows color (decimal): -849885 or 2296051. OLE color: 2296051.
HSL color Cylindrical-coordinate representation of color #F30823: hue angle of 353.11º 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 #F30823 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 35 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.05 |
| HSL | 353.11º | 0.94% | 0.49% | - |
| HSV(B) | 353.11º | 0.97% | 0.95% | - |
| XYZ | 37.35 | 19.35 | 3.36 | - |
| YUV | 81.34 | 101.86 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 35 | 0 | 0.97 | 0.86 | 0.05 | 353.11 | 0.94 | 0.49 |
| Hex | F3 | 8 | 23 | 0 | 61 | 56 | 5 | 161 | 5E | 31 |
| Octal | 363 | 10 | 43 | 0 | 141 | 126 | 5 | 541 | 136 | 61 |
| Binary | 11110011 | 1000 | 100011 | 0 | 1100001 | 1010110 | 101 | 101100001 | 1011110 | 110001 |
Color Harmonies of #F30823
Complementary color
Monochromatic Colors of #F30823
Black with #F30823
Text Example
Text Example
White with #F30823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30823; }
p { color: rgb(243,8,35); }
H1.HeaderClassName
{
color: #F30823;
}
.AnyTagClassName
{
color: #F30823;
}
</style>
background-color css
<style>
a { background-color: #F30823; }
a { background-color: rgb(243,8,35); }
div.DivClassName
{
background-color: #F30823;
}
.BgClassName
{
background-color: #F30823;
}
</style>
border-color css
<style>
span { border-color: #F30823; }
span { border-color: rgb(243,8,35); }
td.TdClassName
{
border-color: #F30823;
}
.TagClassName
{
border-color: #F30823;
}
</style>