Shades of Torch Red #FF203D
Tints of Torch Red #FF203D
RGB
CMYK
RGB Variations
Color information
#FF203D (or 0xFF203D) is known color: Torch Red. HEX triplet: FF, 20 and 3D. RGB value is (255,32,61). Sum of RGB (Red+Green+Blue) = 255+32+61=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF203D is #00DFC2. Grayscale: #666666. Windows color (decimal): -57283 or 4006143. OLE color: 4006143.
HSL color Cylindrical-coordinate representation of color #FF203D: hue angle of 352.2º 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 #FF203D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0 |
| HSL | 352.2º | 1% | 0.56% | - |
| HSV(B) | 352.2º | 0.87% | 1% | - |
| XYZ | 42.6 | 22.63 | 6.54 | - |
| YUV | 101.98 | 104.88 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 61 | 0 | 0.87 | 0.76 | 0 | 352.2 | 1 | 0.56 |
| Hex | FF | 20 | 3D | 0 | 57 | 4C | 0 | 160 | 64 | 38 |
| Octal | 377 | 40 | 75 | 0 | 127 | 114 | 0 | 540 | 144 | 70 |
| Binary | 11111111 | 100000 | 111101 | 0 | 1010111 | 1001100 | 0 | 101100000 | 1100100 | 111000 |
Color Harmonies of #FF203D
Complementary color
Monochromatic Colors of #FF203D
Black with #FF203D
Text Example
Text Example
White with #FF203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF203D; }
p { color: rgb(255,32,61); }
H1.HeaderClassName
{
color: #FF203D;
}
.AnyTagClassName
{
color: #FF203D;
}
</style>
background-color css
<style>
a { background-color: #FF203D; }
a { background-color: rgb(255,32,61); }
div.DivClassName
{
background-color: #FF203D;
}
.BgClassName
{
background-color: #FF203D;
}
</style>
border-color css
<style>
span { border-color: #FF203D; }
span { border-color: rgb(255,32,61); }
td.TdClassName
{
border-color: #FF203D;
}
.TagClassName
{
border-color: #FF203D;
}
</style>