Html Css Color HEX #FE0426 Torch Red

📋 copy color: '#FE0426'

red 254 ◦ green 4 ◦ blue 38

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

Shades of Torch Red #FE0426

Tints of Torch Red #FE0426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 85.81%
G = 1.35%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE0426 (or 0xFE0426) is known color: Torch Red. HEX triplet: FE, 04 and 26. RGB value is (254,4,38). Sum of RGB (Red+Green+Blue) = 254+4+38=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0426 is #01FBD9. Grayscale: #525252. Windows color (decimal): -130010 or 2491646. OLE color: 2491646.

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

Color convert

RGB 254 4 38 -
CMYK 0 0.98 0.85 0.00
HSL 351.84º 0.99% 0.51% -
HSV(B) 351.84º 0.98% 1% -
XYZ 41.27 21.3 3.77 -
YUV 82.63 102.83 250.24 -
System Red Green Blue C M Y K H S L
Decimal 254 4 38 0 0.98 0.85 0.00 351.84 0.99 0.51
Hex FE 4 26 0 62 55 0 160 63 33
Octal 376 4 46 0 142 125 0 540 143 63
Binary 11111110 100 100110 0 1100010 1010101 0 101100000 1100011 110011

Color Harmonies of #FE0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0426

Black with #FE0426

Text Example


Text Example

White with #FE0426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0426; }

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

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

background-color css

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

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

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

border-color css

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

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

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