Html Css Color HEX #FE141B Torch Red

📋 copy color: '#FE141B'

red 254 ◦ green 20 ◦ blue 27

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

Shades of Torch Red #FE141B

Tints of Torch Red #FE141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 84.39%
G = 6.64%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE141B (or 0xFE141B) is known color: Torch Red. HEX triplet: FE, 14 and 1B. RGB value is (254,20,27). Sum of RGB (Red+Green+Blue) = 254+20+27=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE141B is #01EBE4. Grayscale: #5A5A5A. Windows color (decimal): -125925 or 1774846. OLE color: 1774846.

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

Color convert

RGB 254 20 27 -
CMYK 0 0.92 0.89 0.00
HSL 358.21º 0.99% 0.54% -
HSV(B) 358.21º 0.92% 1% -
XYZ 41.32 21.65 3.04 -
YUV 90.76 92.02 244.43 -
System Red Green Blue C M Y K H S L
Decimal 254 20 27 0 0.92 0.89 0.00 358.21 0.99 0.54
Hex FE 14 1B 0 5C 59 0 166 63 36
Octal 376 24 33 0 134 131 0 546 143 66
Binary 11111110 10100 11011 0 1011100 1011001 0 101100110 1100011 110110

Color Harmonies of #FE141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE141B

Black with #FE141B

Text Example


Text Example

White with #FE141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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