Html Css Color HEX #FE1135 Torch Red

📋 copy color: '#FE1135'

red 254 ◦ green 17 ◦ blue 53

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

Shades of Torch Red #FE1135

Tints of Torch Red #FE1135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.25%

 BLUE value IS 53 (21.09% from 255) = 16.36%

R = 78.4%
G = 5.25%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE1135 (or 0xFE1135) is known color: Torch Red. HEX triplet: FE, 11 and 35. RGB value is (254,17,53). Sum of RGB (Red+Green+Blue) = 254+17+53=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1135 is #01EECA. Grayscale: #5C5C5C. Windows color (decimal): -126667 or 3478014. OLE color: 3478014.

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

Color convert

RGB 254 17 53 -
CMYK 0 0.93 0.79 0.00
HSL 350.89º 0.99% 0.53% -
HSV(B) 350.89º 0.93% 1% -
XYZ 41.72 21.73 5.36 -
YUV 91.97 106.02 243.57 -
System Red Green Blue C M Y K H S L
Decimal 254 17 53 0 0.93 0.79 0.00 350.89 0.99 0.53
Hex FE 11 35 0 5D 4F 0 15F 63 35
Octal 376 21 65 0 135 117 0 537 143 65
Binary 11111110 10001 110101 0 1011101 1001111 0 101011111 1100011 110101

Color Harmonies of #FE1135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1135

Black with #FE1135

Text Example


Text Example

White with #FE1135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1135; }

 p { color: rgb(254,17,53); }

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

background-color css

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

 a { background-color: rgb(254,17,53); }

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

border-color css

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

 span { border-color: rgb(254,17,53); }

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