Html Css Color HEX #FD143E Torch Red

📋 copy color: '#FD143E'

red 253 ◦ green 20 ◦ blue 62

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

Shades of Torch Red #FD143E

Tints of Torch Red #FD143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 75.52%
G = 5.97%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD143E (or 0xFD143E) is known color: Torch Red. HEX triplet: FD, 14 and 3E. RGB value is (253,20,62). Sum of RGB (Red+Green+Blue) = 253+20+62=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD143E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD143E is #02EBC1. Grayscale: #5E5E5E. Windows color (decimal): -191426 or 4068605. OLE color: 4068605.

HSL color Cylindrical-coordinate representation of color #FD143E: hue angle of 349.18º 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 #FD143E is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 20 62 -
CMYK 0 0.92 0.75 0.01
HSL 349.18º 0.98% 0.54% -
HSV(B) 349.18º 0.92% 0.99% -
XYZ 41.63 21.73 6.56 -
YUV 94.46 109.69 241.08 -
System Red Green Blue C M Y K H S L
Decimal 253 20 62 0 0.92 0.75 0.01 349.18 0.98 0.54
Hex FD 14 3E 0 5C 4B 1 15D 62 36
Octal 375 24 76 0 134 113 1 535 142 66
Binary 11111101 10100 111110 0 1011100 1001011 1 101011101 1100010 110110

Color Harmonies of #FD143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD143E

Black with #FD143E

Text Example


Text Example

White with #FD143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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