Html Css Color HEX #FE144A Torch Red

📋 copy color: '#FE144A'

red 254 ◦ green 20 ◦ blue 74

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

Shades of Torch Red #FE144A

Tints of Torch Red #FE144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 72.99%
G = 5.75%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE144A (or 0xFE144A) is known color: Torch Red. HEX triplet: FE, 14 and 4A. RGB value is (254,20,74). Sum of RGB (Red+Green+Blue) = 254+20+74=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE144A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE144A is #01EBB5. Grayscale: #606060. Windows color (decimal): -125878 or 4855038. OLE color: 4855038.

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

Color convert

RGB 254 20 74 -
CMYK 0 0.92 0.71 0.00
HSL 346.15º 0.99% 0.54% -
HSV(B) 346.15º 0.92% 1% -
XYZ 42.36 22.07 8.51 -
YUV 96.12 115.52 240.61 -
System Red Green Blue C M Y K H S L
Decimal 254 20 74 0 0.92 0.71 0.00 346.15 0.99 0.54
Hex FE 14 4A 0 5C 47 0 15A 63 36
Octal 376 24 112 0 134 107 0 532 143 66
Binary 11111110 10100 1001010 0 1011100 1000111 0 101011010 1100011 110110

Color Harmonies of #FE144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE144A

Black with #FE144A

Text Example


Text Example

White with #FE144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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