Html Css Color HEX #FE151C Torch Red

📋 copy color: '#FE151C'

red 254 ◦ green 21 ◦ blue 28

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

Shades of Torch Red #FE151C

Tints of Torch Red #FE151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 83.83%
G = 6.93%
B = 9.24%

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

#FE151C (or 0xFE151C) is known color: Torch Red. HEX triplet: FE, 15 and 1C. RGB value is (254,21,28). Sum of RGB (Red+Green+Blue) = 254+21+28=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE151C is #01EAE3. Grayscale: #5B5B5B. Windows color (decimal): -125668 or 1840638. OLE color: 1840638.

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

Color convert

RGB 254 21 28 -
CMYK 0 0.92 0.89 0.00
HSL 358.2º 0.99% 0.54% -
HSV(B) 358.2º 0.92% 1% -
XYZ 41.35 21.69 3.11 -
YUV 91.47 92.19 243.93 -
System Red Green Blue C M Y K H S L
Decimal 254 21 28 0 0.92 0.89 0.00 358.2 0.99 0.54
Hex FE 15 1C 0 5C 59 0 166 63 36
Octal 376 25 34 0 134 131 0 546 143 66
Binary 11111110 10101 11100 0 1011100 1011001 0 101100110 1100011 110110

Color Harmonies of #FE151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE151C

Black with #FE151C

Text Example


Text Example

White with #FE151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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