Html Css Color HEX #FE134B Torch Red

📋 copy color: '#FE134B'

red 254 ◦ green 19 ◦ blue 75

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

Shades of Torch Red #FE134B

Tints of Torch Red #FE134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 72.99%
G = 5.46%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE134B (or 0xFE134B) is known color: Torch Red. HEX triplet: FE, 13 and 4B. RGB value is (254,19,75). Sum of RGB (Red+Green+Blue) = 254+19+75=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE134B is #01ECB4. Grayscale: #5F5F5F. Windows color (decimal): -126133 or 4920318. OLE color: 4920318.

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

Color convert

RGB 254 19 75 -
CMYK 0 0.93 0.70 0.00
HSL 345.7º 0.99% 0.54% -
HSV(B) 345.7º 0.93% 1% -
XYZ 42.38 22.04 8.68 -
YUV 95.65 116.36 240.95 -
System Red Green Blue C M Y K H S L
Decimal 254 19 75 0 0.93 0.70 0.00 345.7 0.99 0.54
Hex FE 13 4B 0 5D 46 0 15A 63 36
Octal 376 23 113 0 135 106 0 532 143 66
Binary 11111110 10011 1001011 0 1011101 1000110 0 101011010 1100011 110110

Color Harmonies of #FE134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE134B

Black with #FE134B

Text Example


Text Example

White with #FE134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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