Shades of Torch Red #FA2338
Tints of Torch Red #FA2338
RGB
CMYK
RGB Variations
Color information
#FA2338 (or 0xFA2338) is known color: Torch Red. HEX triplet: FA, 23 and 38. RGB value is (250,35,56). Sum of RGB (Red+Green+Blue) = 250+35+56=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2338 is #05DCC7. Grayscale: #656565. Windows color (decimal): -384200 or 3679226. OLE color: 3679226.
HSL color Cylindrical-coordinate representation of color #FA2338: hue angle of 354.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2338 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 56 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.02 |
| HSL | 354.14º | 0.96% | 0.56% | - |
| HSV(B) | 354.14º | 0.86% | 0.98% | - |
| XYZ | 40.74 | 21.81 | 5.8 | - |
| YUV | 101.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 56 | 0 | 0.86 | 0.78 | 0.02 | 354.14 | 0.96 | 0.56 |
| Hex | FA | 23 | 38 | 0 | 56 | 4E | 2 | 162 | 60 | 38 |
| Octal | 372 | 43 | 70 | 0 | 126 | 116 | 2 | 542 | 140 | 70 |
| Binary | 11111010 | 100011 | 111000 | 0 | 1010110 | 1001110 | 10 | 101100010 | 1100000 | 111000 |
Color Harmonies of #FA2338
Complementary color
Monochromatic Colors of #FA2338
Black with #FA2338
Text Example
Text Example
White with #FA2338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2338; }
p { color: rgb(250,35,56); }
H1.HeaderClassName
{
color: #FA2338;
}
.AnyTagClassName
{
color: #FA2338;
}
</style>
background-color css
<style>
a { background-color: #FA2338; }
a { background-color: rgb(250,35,56); }
div.DivClassName
{
background-color: #FA2338;
}
.BgClassName
{
background-color: #FA2338;
}
</style>
border-color css
<style>
span { border-color: #FA2338; }
span { border-color: rgb(250,35,56); }
td.TdClassName
{
border-color: #FA2338;
}
.TagClassName
{
border-color: #FA2338;
}
</style>