Html Css Color HEX #FE181F Torch Red

📋 copy color: '#FE181F'

red 254 ◦ green 24 ◦ blue 31

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

Shades of Torch Red #FE181F

Tints of Torch Red #FE181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.77%

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

R = 82.2%
G = 7.77%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE181F (or 0xFE181F) is known color: Torch Red. HEX triplet: FE, 18 and 1F. RGB value is (254,24,31). Sum of RGB (Red+Green+Blue) = 254+24+31=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE181F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE181F is #01E7E0. Grayscale: #5D5D5D. Windows color (decimal): -124897 or 2038014. OLE color: 2038014.

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

Color convert

RGB 254 24 31 -
CMYK 0 0.91 0.88 0.00
HSL 358.17º 0.99% 0.55% -
HSV(B) 358.17º 0.91% 1% -
XYZ 41.45 21.82 3.32 -
YUV 93.57 92.7 242.43 -
System Red Green Blue C M Y K H S L
Decimal 254 24 31 0 0.91 0.88 0.00 358.17 0.99 0.55
Hex FE 18 1F 0 5B 58 0 166 63 37
Octal 376 30 37 0 133 130 0 546 143 67
Binary 11111110 11000 11111 0 1011011 1011000 0 101100110 1100011 110111

Color Harmonies of #FE181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE181F

Black with #FE181F

Text Example


Text Example

White with #FE181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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