Html Css Color HEX #FD203C Torch Red

📋 copy color: '#FD203C'

red 253 ◦ green 32 ◦ blue 60

#FD203C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FD203C

Tints of Torch Red #FD203C

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 value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD203C (or 0xFD203C) is known color: 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

RGB 253 32 60 -
CMYK 0 0.87 0.76 0.01
HSL 352.4º 0.98% 0.56% -
HSV(B) 352.4º 0.87% 0.99% -
XYZ 41.84 22.24 6.36 -
YUV 101.27 104.72 236.22 -
System Red Green Blue C M Y K H S L
Decimal 253 32 60 0 0.87 0.76 0.01 352.4 0.98 0.56
Hex FD 20 3C 0 57 4C 1 160 62 38
Octal 375 40 74 0 127 114 1 540 142 70
Binary 11111101 100000 111100 0 1010111 1001100 1 101100000 1100010 111000

Color Harmonies of #FD203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD203C

Black with #FD203C

Text Example


Text Example

White with #FD203C

Text Example


Text Example

HTML Codes & Css Web 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>