Html Css Color HEX #FE142A Torch Red

📋 copy color: '#FE142A'

red 254 ◦ green 20 ◦ blue 42

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

Shades of Torch Red #FE142A

Tints of Torch Red #FE142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 80.38%
G = 6.33%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE142A (or 0xFE142A) is known color: Torch Red. HEX triplet: FE, 14 and 2A. RGB value is (254,20,42). Sum of RGB (Red+Green+Blue) = 254+20+42=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE142A is #01EBD5. Grayscale: #5C5C5C. Windows color (decimal): -125910 or 2757886. OLE color: 2757886.

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

Color convert

RGB 254 20 42 -
CMYK 0 0.92 0.83 0.00
HSL 354.36º 0.99% 0.54% -
HSV(B) 354.36º 0.92% 1% -
XYZ 41.54 21.74 4.2 -
YUV 92.47 99.52 243.21 -
System Red Green Blue C M Y K H S L
Decimal 254 20 42 0 0.92 0.83 0.00 354.36 0.99 0.54
Hex FE 14 2A 0 5C 53 0 162 63 36
Octal 376 24 52 0 134 123 0 542 143 66
Binary 11111110 10100 101010 0 1011100 1010011 0 101100010 1100011 110110

Color Harmonies of #FE142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE142A

Black with #FE142A

Text Example


Text Example

White with #FE142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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