Html Css Color HEX #FE2426 Torch Red

📋 copy color: '#FE2426'

red 254 ◦ green 36 ◦ blue 38

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

Shades of Torch Red #FE2426

Tints of Torch Red #FE2426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.98%

 BLUE value IS 38 (15.23% from 255) = 11.59%

R = 77.44%
G = 10.98%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE2426 (or 0xFE2426) is known color: Torch Red. HEX triplet: FE, 24 and 26. RGB value is (254,36,38). Sum of RGB (Red+Green+Blue) = 254+36+38=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2426 is #01DBD9. Grayscale: #656565. Windows color (decimal): -121818 or 2499838. OLE color: 2499838.

HSL color Cylindrical-coordinate representation of color #FE2426: hue angle of 359.45º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2426 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 36 38 -
CMYK 0 0.86 0.85 0.00
HSL 359.45º 0.99% 0.57% -
HSV(B) 359.45º 0.86% 1% -
XYZ 41.85 22.47 3.97 -
YUV 101.41 92.22 236.84 -
System Red Green Blue C M Y K H S L
Decimal 254 36 38 0 0.86 0.85 0.00 359.45 0.99 0.57
Hex FE 24 26 0 56 55 0 167 63 39
Octal 376 44 46 0 126 125 0 547 143 71
Binary 11111110 100100 100110 0 1010110 1010101 0 101100111 1100011 111001

Color Harmonies of #FE2426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2426

Black with #FE2426

Text Example


Text Example

White with #FE2426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2426; }

 p { color: rgb(254,36,38); }

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

background-color css

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

 a { background-color: rgb(254,36,38); }

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

border-color css

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

 span { border-color: rgb(254,36,38); }

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