Html Css Color HEX #FE132B Torch Red

📋 copy color: '#FE132B'

red 254 ◦ green 19 ◦ blue 43

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

Shades of Torch Red #FE132B

Tints of Torch Red #FE132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 80.38%
G = 6.01%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE132B (or 0xFE132B) is known color: Torch Red. HEX triplet: FE, 13 and 2B. RGB value is (254,19,43). Sum of RGB (Red+Green+Blue) = 254+19+43=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE132B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE132B is #01ECD4. Grayscale: #5C5C5C. Windows color (decimal): -126165 or 2823166. OLE color: 2823166.

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

Color convert

RGB 254 19 43 -
CMYK 0 0.93 0.83 0.00
HSL 353.87º 0.99% 0.54% -
HSV(B) 353.87º 0.93% 1% -
XYZ 41.54 21.71 4.29 -
YUV 92 100.36 243.55 -
System Red Green Blue C M Y K H S L
Decimal 254 19 43 0 0.93 0.83 0.00 353.87 0.99 0.54
Hex FE 13 2B 0 5D 53 0 162 63 36
Octal 376 23 53 0 135 123 0 542 143 66
Binary 11111110 10011 101011 0 1011101 1010011 0 101100010 1100011 110110

Color Harmonies of #FE132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE132B

Black with #FE132B

Text Example


Text Example

White with #FE132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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