Shades of Torch Red #FF1934
Tints of Torch Red #FF1934
RGB
CMYK
RGB Variations
Color information
#FF1934 (or 0xFF1934) is known color: Torch Red. HEX triplet: FF, 19 and 34. RGB value is (255,25,52). Sum of RGB (Red+Green+Blue) = 255+25+52=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1934 is #00E6CB. Grayscale: #606060. Windows color (decimal): -59084 or 3414527. OLE color: 3414527.
HSL color Cylindrical-coordinate representation of color #FF1934: hue angle of 352.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1934 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 52 | - |
| CMYK | 0 | 0.90 | 0.80 | 0 |
| HSL | 352.96º | 1% | 0.55% | - |
| HSV(B) | 352.96º | 0.9% | 1% | - |
| XYZ | 42.21 | 22.2 | 5.31 | - |
| YUV | 96.85 | 102.7 | 240.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 52 | 0 | 0.90 | 0.80 | 0 | 352.96 | 1 | 0.55 |
| Hex | FF | 19 | 34 | 0 | 5A | 50 | 0 | 161 | 64 | 37 |
| Octal | 377 | 31 | 64 | 0 | 132 | 120 | 0 | 541 | 144 | 67 |
| Binary | 11111111 | 11001 | 110100 | 0 | 1011010 | 1010000 | 0 | 101100001 | 1100100 | 110111 |
Color Harmonies of #FF1934
Complementary color
Monochromatic Colors of #FF1934
Black with #FF1934
Text Example
Text Example
White with #FF1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1934; }
p { color: rgb(255,25,52); }
H1.HeaderClassName
{
color: #FF1934;
}
.AnyTagClassName
{
color: #FF1934;
}
</style>
background-color css
<style>
a { background-color: #FF1934; }
a { background-color: rgb(255,25,52); }
div.DivClassName
{
background-color: #FF1934;
}
.BgClassName
{
background-color: #FF1934;
}
</style>
border-color css
<style>
span { border-color: #FF1934; }
span { border-color: rgb(255,25,52); }
td.TdClassName
{
border-color: #FF1934;
}
.TagClassName
{
border-color: #FF1934;
}
</style>