Html Css Color HEX #FE151F Torch Red

📋 copy color: '#FE151F'

red 254 ◦ green 21 ◦ blue 31

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

Shades of Torch Red #FE151F

Tints of Torch Red #FE151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 83.01%
G = 6.86%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE151F (or 0xFE151F) is known color: Torch Red. HEX triplet: FE, 15 and 1F. RGB value is (254,21,31). Sum of RGB (Red+Green+Blue) = 254+21+31=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE151F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE151F is #01EAE0. Grayscale: #5C5C5C. Windows color (decimal): -125665 or 2037246. OLE color: 2037246.

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

Color convert

RGB 254 21 31 -
CMYK 0 0.92 0.88 0.00
HSL 357.42º 0.99% 0.54% -
HSV(B) 357.42º 0.92% 1% -
XYZ 41.39 21.71 3.3 -
YUV 91.81 93.69 243.69 -
System Red Green Blue C M Y K H S L
Decimal 254 21 31 0 0.92 0.88 0.00 357.42 0.99 0.54
Hex FE 15 1F 0 5C 58 0 165 63 36
Octal 376 25 37 0 134 130 0 545 143 66
Binary 11111110 10101 11111 0 1011100 1011000 0 101100101 1100011 110110

Color Harmonies of #FE151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE151F

Black with #FE151F

Text Example


Text Example

White with #FE151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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