Shades of Torch Red #FF2334
Tints of Torch Red #FF2334
RGB
CMYK
RGB Variations
Color information
#FF2334 (or 0xFF2334) is known color: Torch Red. HEX triplet: FF, 23 and 34. RGB value is (255,35,52). Sum of RGB (Red+Green+Blue) = 255+35+52=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2334 is #00DCCB. Grayscale: #666666. Windows color (decimal): -56524 or 3417087. OLE color: 3417087.
HSL color Cylindrical-coordinate representation of color #FF2334: hue angle of 355.36º 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 #FF2334 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 52 | - |
| CMYK | 0 | 0.86 | 0.80 | 0 |
| HSL | 355.36º | 1% | 0.57% | - |
| HSV(B) | 355.36º | 0.86% | 1% | - |
| XYZ | 42.46 | 22.71 | 5.39 | - |
| YUV | 102.72 | 99.39 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 52 | 0 | 0.86 | 0.80 | 0 | 355.36 | 1 | 0.57 |
| Hex | FF | 23 | 34 | 0 | 56 | 50 | 0 | 163 | 64 | 39 |
| Octal | 377 | 43 | 64 | 0 | 126 | 120 | 0 | 543 | 144 | 71 |
| Binary | 11111111 | 100011 | 110100 | 0 | 1010110 | 1010000 | 0 | 101100011 | 1100100 | 111001 |
Color Harmonies of #FF2334
Complementary color
Monochromatic Colors of #FF2334
Black with #FF2334
Text Example
Text Example
White with #FF2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2334; }
p { color: rgb(255,35,52); }
H1.HeaderClassName
{
color: #FF2334;
}
.AnyTagClassName
{
color: #FF2334;
}
</style>
background-color css
<style>
a { background-color: #FF2334; }
a { background-color: rgb(255,35,52); }
div.DivClassName
{
background-color: #FF2334;
}
.BgClassName
{
background-color: #FF2334;
}
</style>
border-color css
<style>
span { border-color: #FF2334; }
span { border-color: rgb(255,35,52); }
td.TdClassName
{
border-color: #FF2334;
}
.TagClassName
{
border-color: #FF2334;
}
</style>