Html Css Color HEX #FE144C Torch Red

📋 copy color: '#FE144C'

red 254 ◦ green 20 ◦ blue 76

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

Shades of Torch Red #FE144C

Tints of Torch Red #FE144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 72.57%
G = 5.71%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE144C (or 0xFE144C) is known color: Torch Red. HEX triplet: FE, 14 and 4C. RGB value is (254,20,76). Sum of RGB (Red+Green+Blue) = 254+20+76=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE144C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE144C is #01EBB3. Grayscale: #606060. Windows color (decimal): -125876 or 4986110. OLE color: 4986110.

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

Color convert

RGB 254 20 76 -
CMYK 0 0.92 0.70 0.00
HSL 345.64º 0.99% 0.54% -
HSV(B) 345.64º 0.92% 1% -
XYZ 42.43 22.09 8.87 -
YUV 96.35 116.52 240.45 -
System Red Green Blue C M Y K H S L
Decimal 254 20 76 0 0.92 0.70 0.00 345.64 0.99 0.54
Hex FE 14 4C 0 5C 46 0 15A 63 36
Octal 376 24 114 0 134 106 0 532 143 66
Binary 11111110 10100 1001100 0 1011100 1000110 0 101011010 1100011 110110

Color Harmonies of #FE144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE144C

Black with #FE144C

Text Example


Text Example

White with #FE144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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