Html Css Color HEX #FE1429 Torch Red

📋 copy color: '#FE1429'

red 254 ◦ green 20 ◦ blue 41

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

Shades of Torch Red #FE1429

Tints of Torch Red #FE1429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 80.63%
G = 6.35%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE1429 (or 0xFE1429) is known color: Torch Red. HEX triplet: FE, 14 and 29. RGB value is (254,20,41). Sum of RGB (Red+Green+Blue) = 254+20+41=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1429 is #01EBD6. Grayscale: #5C5C5C. Windows color (decimal): -125911 or 2692350. OLE color: 2692350.

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

Color convert

RGB 254 20 41 -
CMYK 0 0.92 0.84 0.00
HSL 354.62º 0.99% 0.54% -
HSV(B) 354.62º 0.92% 1% -
XYZ 41.52 21.73 4.1 -
YUV 92.36 99.02 243.29 -
System Red Green Blue C M Y K H S L
Decimal 254 20 41 0 0.92 0.84 0.00 354.62 0.99 0.54
Hex FE 14 29 0 5C 54 0 163 63 36
Octal 376 24 51 0 134 124 0 543 143 66
Binary 11111110 10100 101001 0 1011100 1010100 0 101100011 1100011 110110

Color Harmonies of #FE1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1429

Black with #FE1429

Text Example


Text Example

White with #FE1429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1429; }

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

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

background-color css

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

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

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

border-color css

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

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

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