Shades of Torch Red #F40323
Tints of Torch Red #F40323
RGB
CMYK
RGB Variations
Color information
#F40323 (or 0xF40323) is known color: Torch Red. HEX triplet: F4, 03 and 23. RGB value is (244,3,35). Sum of RGB (Red+Green+Blue) = 244+3+35=282 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.52% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 244 - color contains mainly: red. Hex color #F40323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40323 is #0BFCDC. Grayscale: #4E4E4E. Windows color (decimal): -785629 or 2294772. OLE color: 2294772.
HSL color Cylindrical-coordinate representation of color #F40323: hue angle of 352.03º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40323 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.04 |
| HSL | 352.03º | 0.98% | 0.48% | - |
| HSV(B) | 352.03º | 0.99% | 0.96% | - |
| XYZ | 37.64 | 19.42 | 3.35 | - |
| YUV | 78.71 | 103.34 | 245.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 35 | 0 | 0.99 | 0.86 | 0.04 | 352.03 | 0.98 | 0.48 |
| Hex | F4 | 3 | 23 | 0 | 63 | 56 | 4 | 160 | 62 | 30 |
| Octal | 364 | 3 | 43 | 0 | 143 | 126 | 4 | 540 | 142 | 60 |
| Binary | 11110100 | 11 | 100011 | 0 | 1100011 | 1010110 | 100 | 101100000 | 1100010 | 110000 |
Color Harmonies of #F40323
Complementary color
Monochromatic Colors of #F40323
Black with #F40323
Text Example
Text Example
White with #F40323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40323; }
p { color: rgb(244,3,35); }
H1.HeaderClassName
{
color: #F40323;
}
.AnyTagClassName
{
color: #F40323;
}
</style>
background-color css
<style>
a { background-color: #F40323; }
a { background-color: rgb(244,3,35); }
div.DivClassName
{
background-color: #F40323;
}
.BgClassName
{
background-color: #F40323;
}
</style>
border-color css
<style>
span { border-color: #F40323; }
span { border-color: rgb(244,3,35); }
td.TdClassName
{
border-color: #F40323;
}
.TagClassName
{
border-color: #F40323;
}
</style>