Html Css Color HEX #FE1F3B Torch Red

📋 copy color: '#FE1F3B'

red 254 ◦ green 31 ◦ blue 59

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

Shades of Torch Red #FE1F3B

Tints of Torch Red #FE1F3B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.01%

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

R = 73.84%
G = 9.01%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE1F3B (or 0xFE1F3B) is known color: Torch Red. HEX triplet: FE, 1F and 3B. RGB value is (254,31,59). Sum of RGB (Red+Green+Blue) = 254+31+59=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1F3B is #01E0C4. Grayscale: #646464. Windows color (decimal): -123077 or 3874814. OLE color: 3874814.

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

Color convert

RGB 254 31 59 -
CMYK 0 0.88 0.77 0.00
HSL 352.47º 0.99% 0.56% -
HSV(B) 352.47º 0.88% 1% -
XYZ 42.15 22.37 6.23 -
YUV 100.87 104.38 237.22 -
System Red Green Blue C M Y K H S L
Decimal 254 31 59 0 0.88 0.77 0.00 352.47 0.99 0.56
Hex FE 1F 3B 0 58 4D 0 160 63 38
Octal 376 37 73 0 130 115 0 540 143 70
Binary 11111110 11111 111011 0 1011000 1001101 0 101100000 1100011 111000

Color Harmonies of #FE1F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F3B

Black with #FE1F3B

Text Example


Text Example

White with #FE1F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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