Html Css Color HEX #FE0026 Torch Red

📋 copy color: '#FE0026'

red 254 ◦ green 0 ◦ blue 38

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

Shades of Torch Red #FE0026

Tints of Torch Red #FE0026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.99%
G = 0%
B = 13.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE0026 (or 0xFE0026) is known color: Torch Red. HEX triplet: FE, 00 and 26. RGB value is (254,0,38). Sum of RGB (Red+Green+Blue) = 254+0+38=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0026 is #01FFD9. Grayscale: #505050. Windows color (decimal): -131034 or 2490622. OLE color: 2490622.

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

Color convert

RGB 254 0 38 -
CMYK 0 1 0.85 0.00
HSL 351.02º 1% 0.5% -
HSV(B) 351.02º 1% 1% -
XYZ 41.22 21.21 3.76 -
YUV 80.28 104.15 251.91 -
System Red Green Blue C M Y K H S L
Decimal 254 0 38 0 1 0.85 0.00 351.02 1 0.5
Hex FE 0 26 0 64 55 0 15F 64 32
Octal 376 0 46 0 144 125 0 537 144 62
Binary 11111110 0 100110 0 1100100 1010101 0 101011111 1100100 110010

Color Harmonies of #FE0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0026

Black with #FE0026

Text Example


Text Example

White with #FE0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0026; }

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

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

background-color css

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

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

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

border-color css

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

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

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