Shades of Torch Red #FF1835
Tints of Torch Red #FF1835
RGB
CMYK
RGB Variations
Color information
#FF1835 (or 0xFF1835) is known color: Torch Red. HEX triplet: FF, 18 and 35. RGB value is (255,24,53). Sum of RGB (Red+Green+Blue) = 255+24+53=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1835 is #00E7CA. Grayscale: #606060. Windows color (decimal): -59339 or 3479807. OLE color: 3479807.
HSL color Cylindrical-coordinate representation of color #FF1835: hue angle of 352.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1835 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 53 | - |
| CMYK | 0 | 0.91 | 0.79 | 0 |
| HSL | 352.47º | 1% | 0.55% | - |
| HSV(B) | 352.47º | 0.91% | 1% | - |
| XYZ | 42.21 | 22.17 | 5.42 | - |
| YUV | 96.38 | 103.53 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 53 | 0 | 0.91 | 0.79 | 0 | 352.47 | 1 | 0.55 |
| Hex | FF | 18 | 35 | 0 | 5B | 4F | 0 | 160 | 64 | 37 |
| Octal | 377 | 30 | 65 | 0 | 133 | 117 | 0 | 540 | 144 | 67 |
| Binary | 11111111 | 11000 | 110101 | 0 | 1011011 | 1001111 | 0 | 101100000 | 1100100 | 110111 |
Color Harmonies of #FF1835
Complementary color
Monochromatic Colors of #FF1835
Black with #FF1835
Text Example
Text Example
White with #FF1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1835; }
p { color: rgb(255,24,53); }
H1.HeaderClassName
{
color: #FF1835;
}
.AnyTagClassName
{
color: #FF1835;
}
</style>
background-color css
<style>
a { background-color: #FF1835; }
a { background-color: rgb(255,24,53); }
div.DivClassName
{
background-color: #FF1835;
}
.BgClassName
{
background-color: #FF1835;
}
</style>
border-color css
<style>
span { border-color: #FF1835; }
span { border-color: rgb(255,24,53); }
td.TdClassName
{
border-color: #FF1835;
}
.TagClassName
{
border-color: #FF1835;
}
</style>