Html Css Color HEX #FE1B3F Torch Red

📋 copy color: '#FE1B3F'

red 254 ◦ green 27 ◦ blue 63

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

Shades of Torch Red #FE1B3F

Tints of Torch Red #FE1B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.85%

 BLUE value IS 63 (25% from 255) = 18.31%

R = 73.84%
G = 7.85%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE1B3F (or 0xFE1B3F) is known color: Torch Red. HEX triplet: FE, 1B and 3F. RGB value is (254,27,63). Sum of RGB (Red+Green+Blue) = 254+27+63=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1B3F is #01E4C0. Grayscale: #636363. Windows color (decimal): -124097 or 4135934. OLE color: 4135934.

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

Color convert

RGB 254 27 63 -
CMYK 0 0.89 0.75 0.00
HSL 350.48º 0.99% 0.55% -
HSV(B) 350.48º 0.89% 1% -
XYZ 42.16 22.21 6.77 -
YUV 98.98 107.71 238.57 -
System Red Green Blue C M Y K H S L
Decimal 254 27 63 0 0.89 0.75 0.00 350.48 0.99 0.55
Hex FE 1B 3F 0 59 4B 0 15E 63 37
Octal 376 33 77 0 131 113 0 536 143 67
Binary 11111110 11011 111111 0 1011001 1001011 0 101011110 1100011 110111

Color Harmonies of #FE1B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1B3F

Black with #FE1B3F

Text Example


Text Example

White with #FE1B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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