Html Css Color HEX #FE163B Torch Red

📋 copy color: '#FE163B'

red 254 ◦ green 22 ◦ blue 59

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

Shades of Torch Red #FE163B

Tints of Torch Red #FE163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.57%

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 75.82%
G = 6.57%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE163B (or 0xFE163B) is known color: Torch Red. HEX triplet: FE, 16 and 3B. RGB value is (254,22,59). Sum of RGB (Red+Green+Blue) = 254+22+59=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE163B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE163B is #01E9C4. Grayscale: #5F5F5F. Windows color (decimal): -125381 or 3872510. OLE color: 3872510.

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

Color convert

RGB 254 22 59 -
CMYK 0 0.91 0.77 0.00
HSL 350.43º 0.99% 0.54% -
HSV(B) 350.43º 0.91% 1% -
XYZ 41.95 21.96 6.17 -
YUV 95.59 107.36 240.99 -
System Red Green Blue C M Y K H S L
Decimal 254 22 59 0 0.91 0.77 0.00 350.43 0.99 0.54
Hex FE 16 3B 0 5B 4D 0 15E 63 36
Octal 376 26 73 0 133 115 0 536 143 66
Binary 11111110 10110 111011 0 1011011 1001101 0 101011110 1100011 110110

Color Harmonies of #FE163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE163B

Black with #FE163B

Text Example


Text Example

White with #FE163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE163B; }

 p { color: rgb(254,22,59); }

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

background-color css

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

 a { background-color: rgb(254,22,59); }

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

border-color css

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

 span { border-color: rgb(254,22,59); }

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