Shades of Torch Red #FF0335
Tints of Torch Red #FF0335
RGB
CMYK
RGB Variations
Color information
#FF0335 (or 0xFF0335) is known color: Torch Red. HEX triplet: FF, 03 and 35. RGB value is (255,3,53). Sum of RGB (Red+Green+Blue) = 255+3+53=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0335 is #00FCCA. Grayscale: #545454. Windows color (decimal): -64715 or 3474431. OLE color: 3474431.
HSL color Cylindrical-coordinate representation of color #FF0335: hue angle of 348.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0335 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 53 | - |
| CMYK | 0 | 0.99 | 0.79 | 0 |
| HSL | 348.1º | 1% | 0.51% | - |
| HSV(B) | 348.1º | 0.99% | 1% | - |
| XYZ | 41.92 | 21.58 | 5.32 | - |
| YUV | 84.05 | 110.49 | 249.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 53 | 0 | 0.99 | 0.79 | 0 | 348.1 | 1 | 0.51 |
| Hex | FF | 3 | 35 | 0 | 63 | 4F | 0 | 15C | 64 | 33 |
| Octal | 377 | 3 | 65 | 0 | 143 | 117 | 0 | 534 | 144 | 63 |
| Binary | 11111111 | 11 | 110101 | 0 | 1100011 | 1001111 | 0 | 101011100 | 1100100 | 110011 |
Color Harmonies of #FF0335
Complementary color
Monochromatic Colors of #FF0335
Black with #FF0335
Text Example
Text Example
White with #FF0335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0335; }
p { color: rgb(255,3,53); }
H1.HeaderClassName
{
color: #FF0335;
}
.AnyTagClassName
{
color: #FF0335;
}
</style>
background-color css
<style>
a { background-color: #FF0335; }
a { background-color: rgb(255,3,53); }
div.DivClassName
{
background-color: #FF0335;
}
.BgClassName
{
background-color: #FF0335;
}
</style>
border-color css
<style>
span { border-color: #FF0335; }
span { border-color: rgb(255,3,53); }
td.TdClassName
{
border-color: #FF0335;
}
.TagClassName
{
border-color: #FF0335;
}
</style>