Html Css Color HEX #FD143C Torch Red

📋 copy color: '#FD143C'

red 253 ◦ green 20 ◦ blue 60

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

Shades of Torch Red #FD143C

Tints of Torch Red #FD143C

RGB

 RED value IS 253 (99.22% from 255) = 75.98%

 GREEN value IS 20 (8.2% from 255) = 6.01%

 BLUE value IS 60 (23.83% from 255) = 18.02%

R = 75.98%
G = 6.01%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD143C (or 0xFD143C) is known color: Torch Red. HEX triplet: FD, 14 and 3C. RGB value is (253,20,60). Sum of RGB (Red+Green+Blue) = 253+20+60=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD143C is #02EBC3. Grayscale: #5E5E5E. Windows color (decimal): -191428 or 3937533. OLE color: 3937533.

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

Color convert

RGB 253 20 60 -
CMYK 0 0.92 0.76 0.01
HSL 349.7º 0.98% 0.54% -
HSV(B) 349.7º 0.92% 0.99% -
XYZ 41.57 21.71 6.27 -
YUV 94.23 108.69 241.25 -
System Red Green Blue C M Y K H S L
Decimal 253 20 60 0 0.92 0.76 0.01 349.7 0.98 0.54
Hex FD 14 3C 0 5C 4C 1 15E 62 36
Octal 375 24 74 0 134 114 1 536 142 66
Binary 11111101 10100 111100 0 1011100 1001100 1 101011110 1100010 110110

Color Harmonies of #FD143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD143C

Black with #FD143C

Text Example


Text Example

White with #FD143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD143C; }

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

 H1.HeaderClassName
 {
   color: #FD143C;
 }
 .AnyTagClassName
 {
   color: #FD143C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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