Html Css Color HEX #FE143A Torch Red

📋 copy color: '#FE143A'

red 254 ◦ green 20 ◦ blue 58

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

Shades of Torch Red #FE143A

Tints of Torch Red #FE143A

RGB

 RED value IS 254 (99.61% from 255) = 76.51%

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 76.51%
G = 6.02%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE143A (or 0xFE143A) is known color: Torch Red. HEX triplet: FE, 14 and 3A. RGB value is (254,20,58). Sum of RGB (Red+Green+Blue) = 254+20+58=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE143A is #01EBC5. Grayscale: #5E5E5E. Windows color (decimal): -125894 or 3806462. OLE color: 3806462.

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

Color convert

RGB 254 20 58 -
CMYK 0 0.92 0.77 0.00
HSL 350.26º 0.99% 0.54% -
HSV(B) 350.26º 0.92% 1% -
XYZ 41.89 21.88 6.02 -
YUV 94.3 107.52 241.91 -
System Red Green Blue C M Y K H S L
Decimal 254 20 58 0 0.92 0.77 0.00 350.26 0.99 0.54
Hex FE 14 3A 0 5C 4D 0 15E 63 36
Octal 376 24 72 0 134 115 0 536 143 66
Binary 11111110 10100 111010 0 1011100 1001101 0 101011110 1100011 110110

Color Harmonies of #FE143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE143A

Black with #FE143A

Text Example


Text Example

White with #FE143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE143A; }

 p { color: rgb(254,20,58); }

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

background-color css

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

 a { background-color: rgb(254,20,58); }

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

border-color css

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

 span { border-color: rgb(254,20,58); }

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