Html Css Color HEX #FE151B Torch Red

📋 copy color: '#FE151B'

red 254 ◦ green 21 ◦ blue 27

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

Shades of Torch Red #FE151B

Tints of Torch Red #FE151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

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

R = 84.11%
G = 6.95%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE151B (or 0xFE151B) is known color: Torch Red. HEX triplet: FE, 15 and 1B. RGB value is (254,21,27). Sum of RGB (Red+Green+Blue) = 254+21+27=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE151B is #01EAE4. Grayscale: #5B5B5B. Windows color (decimal): -125669 or 1775102. OLE color: 1775102.

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

Color convert

RGB 254 21 27 -
CMYK 0 0.92 0.89 0.00
HSL 358.45º 0.99% 0.54% -
HSV(B) 358.45º 0.92% 1% -
XYZ 41.34 21.69 3.04 -
YUV 91.35 91.69 244.01 -
System Red Green Blue C M Y K H S L
Decimal 254 21 27 0 0.92 0.89 0.00 358.45 0.99 0.54
Hex FE 15 1B 0 5C 59 0 166 63 36
Octal 376 25 33 0 134 131 0 546 143 66
Binary 11111110 10101 11011 0 1011100 1011001 0 101100110 1100011 110110

Color Harmonies of #FE151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE151B

Black with #FE151B

Text Example


Text Example

White with #FE151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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