#FD203C

Color #FD203C Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FD203C

Tints of Torch Red #FD203C

Color information

#FD203C (or 0xFD203C) is unknown color: approx Torch Red. HEX triplet: FD, 20 and 3C. RGB value is (253,32,60). Sum of RGB (Red+Green+Blue) = 253+32+60=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD203C is #02DFC3. Grayscale: #656565. Windows color (decimal): -188356 or 3940605. OLE color: 3940605.

HSL color Cylindrical-coordinate representation of color #FD203C: hue angle of 352.4º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD203C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB2533260-
CMYK00.870.760.01
HSL352.4º98.22%55.88%-
HSV(B)352.4º87.35%99.22%-
XYZ41.8422.246.36-
YUV101.27104.72236.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 73.33%
GREEN value IS 32 (12.89% from 255) = 9.28%
BLUE value IS 60 (23.83% from 255) = 17.39%
R=73.33%
G=9.28%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253326000.870.760.01352.498.2255.88
HexFD203C0574C11606238
Octal37540740127114154014270
Binary1111110110000011110001010111100110011011000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD203C; }

 p { color: rgb(253,32,60); }

 H1.HeaderClassName
 {
   color: #FD203C;
 }
 .AnyTagClassName
 {
   color: #FD203C;
 }
</style>
background-color css

<style>
 a { background-color: #FD203C; }

 a { background-color: rgb(253,32,60); }

 div.DivClassName
 {
   background-color: #FD203C;
 }
 .BgClassName
 {
   background-color: #FD203C;
 }
</style>
border-color css

<style>
 span { border-color: #FD203C; }

 span { border-color: rgb(253,32,60); }

 td.TdClassName
 {
   border-color: #FD203C;
 }
 .TagClassName
 {
   border-color: #FD203C;
 }
</style>