Html Css Color HEX #FE081B Torch Red

📋 copy color: '#FE081B'

red 254 ◦ green 8 ◦ blue 27

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

Shades of Torch Red #FE081B

Tints of Torch Red #FE081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 87.89%
G = 2.77%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE081B (or 0xFE081B) is known color: Torch Red. HEX triplet: FE, 08 and 1B. RGB value is (254,8,27). Sum of RGB (Red+Green+Blue) = 254+8+27=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE081B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE081B is #01F7E4. Grayscale: #535353. Windows color (decimal): -128997 or 1771774. OLE color: 1771774.

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

Color convert

RGB 254 8 27 -
CMYK 0 0.97 0.89 0.00
HSL 355.37º 0.99% 0.51% -
HSV(B) 355.37º 0.97% 1% -
XYZ 41.16 21.32 2.98 -
YUV 83.72 96 249.46 -
System Red Green Blue C M Y K H S L
Decimal 254 8 27 0 0.97 0.89 0.00 355.37 0.99 0.51
Hex FE 8 1B 0 61 59 0 163 63 33
Octal 376 10 33 0 141 131 0 543 143 63
Binary 11111110 1000 11011 0 1100001 1011001 0 101100011 1100011 110011

Color Harmonies of #FE081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE081B

Black with #FE081B

Text Example


Text Example

White with #FE081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE081B; }

 p { color: rgb(254,8,27); }

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

background-color css

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

 a { background-color: rgb(254,8,27); }

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

border-color css

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

 span { border-color: rgb(254,8,27); }

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