Html Css Color HEX #FE181B Torch Red

📋 copy color: '#FE181B'

red 254 ◦ green 24 ◦ blue 27

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

Shades of Torch Red #FE181B

Tints of Torch Red #FE181B

RGB

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

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

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

R = 83.28%
G = 7.87%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE181B (or 0xFE181B) is known color: Torch Red. HEX triplet: FE, 18 and 1B. RGB value is (254,24,27). Sum of RGB (Red+Green+Blue) = 254+24+27=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE181B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE181B is #01E7E4. Grayscale: #5D5D5D. Windows color (decimal): -124901 or 1775870. OLE color: 1775870.

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

Color convert

RGB 254 24 27 -
CMYK 0 0.91 0.89 0.00
HSL 359.22º 0.99% 0.55% -
HSV(B) 359.22º 0.91% 1% -
XYZ 41.4 21.8 3.06 -
YUV 93.11 90.7 242.76 -
System Red Green Blue C M Y K H S L
Decimal 254 24 27 0 0.91 0.89 0.00 359.22 0.99 0.55
Hex FE 18 1B 0 5B 59 0 167 63 37
Octal 376 30 33 0 133 131 0 547 143 67
Binary 11111110 11000 11011 0 1011011 1011001 0 101100111 1100011 110111

Color Harmonies of #FE181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE181B

Black with #FE181B

Text Example


Text Example

White with #FE181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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