Shades of Torch Red #FF2338
Tints of Torch Red #FF2338
RGB
CMYK
RGB Variations
Color information
#FF2338 (or 0xFF2338) is known color: Torch Red. HEX triplet: FF, 23 and 38. RGB value is (255,35,56). Sum of RGB (Red+Green+Blue) = 255+35+56=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2338 is #00DCC7. Grayscale: #676767. Windows color (decimal): -56520 or 3679231. OLE color: 3679231.
HSL color Cylindrical-coordinate representation of color #FF2338: hue angle of 354.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2338 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 56 | - |
| CMYK | 0 | 0.86 | 0.78 | 0 |
| HSL | 354.27º | 1% | 0.57% | - |
| HSV(B) | 354.27º | 0.86% | 1% | - |
| XYZ | 42.55 | 22.75 | 5.89 | - |
| YUV | 103.17 | 101.39 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 56 | 0 | 0.86 | 0.78 | 0 | 354.27 | 1 | 0.57 |
| Hex | FF | 23 | 38 | 0 | 56 | 4E | 0 | 162 | 64 | 39 |
| Octal | 377 | 43 | 70 | 0 | 126 | 116 | 0 | 542 | 144 | 71 |
| Binary | 11111111 | 100011 | 111000 | 0 | 1010110 | 1001110 | 0 | 101100010 | 1100100 | 111001 |
Color Harmonies of #FF2338
Complementary color
Monochromatic Colors of #FF2338
Black with #FF2338
Text Example
Text Example
White with #FF2338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2338; }
p { color: rgb(255,35,56); }
H1.HeaderClassName
{
color: #FF2338;
}
.AnyTagClassName
{
color: #FF2338;
}
</style>
background-color css
<style>
a { background-color: #FF2338; }
a { background-color: rgb(255,35,56); }
div.DivClassName
{
background-color: #FF2338;
}
.BgClassName
{
background-color: #FF2338;
}
</style>
border-color css
<style>
span { border-color: #FF2338; }
span { border-color: rgb(255,35,56); }
td.TdClassName
{
border-color: #FF2338;
}
.TagClassName
{
border-color: #FF2338;
}
</style>