Html Css Color HEX #FE0145 Torch Red

📋 copy color: '#FE0145'

red 254 ◦ green 1 ◦ blue 69

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

Shades of Torch Red #FE0145

Tints of Torch Red #FE0145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 78.4%
G = 0.31%
B = 21.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE0145 (or 0xFE0145) is known color: Torch Red. HEX triplet: FE, 01 and 45. RGB value is (254,1,69). Sum of RGB (Red+Green+Blue) = 254+1+69=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0145 is #01FEBA. Grayscale: #545454. Windows color (decimal): -130747 or 4522494. OLE color: 4522494.

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

Color convert

RGB 254 1 69 -
CMYK 0 1.00 0.73 0.00
HSL 343.87º 0.99% 0.5% -
HSV(B) 343.87º 1% 1% -
XYZ 41.96 21.52 7.57 -
YUV 84.4 119.32 248.97 -
System Red Green Blue C M Y K H S L
Decimal 254 1 69 0 1.00 0.73 0.00 343.87 0.99 0.5
Hex FE 1 45 0 64 49 0 158 63 32
Octal 376 1 105 0 144 111 0 530 143 62
Binary 11111110 1 1000101 0 1100100 1001001 0 101011000 1100011 110010

Color Harmonies of #FE0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0145

Black with #FE0145

Text Example


Text Example

White with #FE0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0145; }

 p { color: rgb(254,1,69); }

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

background-color css

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

 a { background-color: rgb(254,1,69); }

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

border-color css

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

 span { border-color: rgb(254,1,69); }

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