Html Css Color HEX #FE1428 Torch Red

📋 copy color: '#FE1428'

red 254 ◦ green 20 ◦ blue 40

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

Shades of Torch Red #FE1428

Tints of Torch Red #FE1428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 80.89%
G = 6.37%
B = 12.74%

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

#FE1428 (or 0xFE1428) is known color: Torch Red. HEX triplet: FE, 14 and 28. RGB value is (254,20,40). Sum of RGB (Red+Green+Blue) = 254+20+40=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1428 is #01EBD7. Grayscale: #5C5C5C. Windows color (decimal): -125912 or 2626814. OLE color: 2626814.

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

Color convert

RGB 254 20 40 -
CMYK 0 0.92 0.84 0.00
HSL 354.87º 0.99% 0.54% -
HSV(B) 354.87º 0.92% 1% -
XYZ 41.51 21.72 4.01 -
YUV 92.25 98.52 243.37 -
System Red Green Blue C M Y K H S L
Decimal 254 20 40 0 0.92 0.84 0.00 354.87 0.99 0.54
Hex FE 14 28 0 5C 54 0 163 63 36
Octal 376 24 50 0 134 124 0 543 143 66
Binary 11111110 10100 101000 0 1011100 1010100 0 101100011 1100011 110110

Color Harmonies of #FE1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1428

Black with #FE1428

Text Example


Text Example

White with #FE1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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