Html Css Color HEX #FE133E Torch Red

📋 copy color: '#FE133E'

red 254 ◦ green 19 ◦ blue 62

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

Shades of Torch Red #FE133E

Tints of Torch Red #FE133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 75.82%
G = 5.67%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE133E (or 0xFE133E) is known color: Torch Red. HEX triplet: FE, 13 and 3E. RGB value is (254,19,62). Sum of RGB (Red+Green+Blue) = 254+19+62=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE133E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE133E is #01ECC1. Grayscale: #5E5E5E. Windows color (decimal): -126146 or 4068350. OLE color: 4068350.

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

Color convert

RGB 254 19 62 -
CMYK 0 0.93 0.76 0.00
HSL 349.02º 0.99% 0.54% -
HSV(B) 349.02º 0.93% 1% -
XYZ 41.98 21.88 6.57 -
YUV 94.17 109.86 242 -
System Red Green Blue C M Y K H S L
Decimal 254 19 62 0 0.93 0.76 0.00 349.02 0.99 0.54
Hex FE 13 3E 0 5D 4C 0 15D 63 36
Octal 376 23 76 0 135 114 0 535 143 66
Binary 11111110 10011 111110 0 1011101 1001100 0 101011101 1100011 110110

Color Harmonies of #FE133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE133E

Black with #FE133E

Text Example


Text Example

White with #FE133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE133E; }

 p { color: rgb(254,19,62); }

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

background-color css

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

 a { background-color: rgb(254,19,62); }

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

border-color css

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

 span { border-color: rgb(254,19,62); }

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