Shades of Torch Red #FF203C
Tints of Torch Red #FF203C
RGB
CMYK
RGB Variations
Color information
#FF203C (or 0xFF203C) is known color: Torch Red. HEX triplet: FF, 20 and 3C. RGB value is (255,32,60). Sum of RGB (Red+Green+Blue) = 255+32+60=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF203C is #00DFC3. Grayscale: #656565. Windows color (decimal): -57284 or 3940607. OLE color: 3940607.
HSL color Cylindrical-coordinate representation of color #FF203C: hue angle of 352.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF203C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 60 | - |
| CMYK | 0 | 0.87 | 0.76 | 0 |
| HSL | 352.47º | 1% | 0.56% | - |
| HSV(B) | 352.47º | 0.87% | 1% | - |
| XYZ | 42.57 | 22.62 | 6.4 | - |
| YUV | 101.87 | 104.38 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 60 | 0 | 0.87 | 0.76 | 0 | 352.47 | 1 | 0.56 |
| Hex | FF | 20 | 3C | 0 | 57 | 4C | 0 | 160 | 64 | 38 |
| Octal | 377 | 40 | 74 | 0 | 127 | 114 | 0 | 540 | 144 | 70 |
| Binary | 11111111 | 100000 | 111100 | 0 | 1010111 | 1001100 | 0 | 101100000 | 1100100 | 111000 |
Color Harmonies of #FF203C
Complementary color
Monochromatic Colors of #FF203C
Black with #FF203C
Text Example
Text Example
White with #FF203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF203C; }
p { color: rgb(255,32,60); }
H1.HeaderClassName
{
color: #FF203C;
}
.AnyTagClassName
{
color: #FF203C;
}
</style>
background-color css
<style>
a { background-color: #FF203C; }
a { background-color: rgb(255,32,60); }
div.DivClassName
{
background-color: #FF203C;
}
.BgClassName
{
background-color: #FF203C;
}
</style>
border-color css
<style>
span { border-color: #FF203C; }
span { border-color: rgb(255,32,60); }
td.TdClassName
{
border-color: #FF203C;
}
.TagClassName
{
border-color: #FF203C;
}
</style>