Html Css Color HEX #FE0E45 Torch Red

📋 copy color: '#FE0E45'

red 254 ◦ green 14 ◦ blue 69

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

Shades of Torch Red #FE0E45

Tints of Torch Red #FE0E45

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.15%

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

R = 75.37%
G = 4.15%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE0E45 (or 0xFE0E45) is known color: Torch Red. HEX triplet: FE, 0E and 45. RGB value is (254,14,69). Sum of RGB (Red+Green+Blue) = 254+14+69=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0E45 is #01F1BA. Grayscale: #5C5C5C. Windows color (decimal): -127419 or 4525822. OLE color: 4525822.

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

Color convert

RGB 254 14 69 -
CMYK 0 0.94 0.73 0.00
HSL 346.25º 0.99% 0.53% -
HSV(B) 346.25º 0.94% 1% -
XYZ 42.1 21.81 7.62 -
YUV 92.03 115.01 243.53 -
System Red Green Blue C M Y K H S L
Decimal 254 14 69 0 0.94 0.73 0.00 346.25 0.99 0.53
Hex FE E 45 0 5E 49 0 15A 63 35
Octal 376 16 105 0 136 111 0 532 143 65
Binary 11111110 1110 1000101 0 1011110 1001001 0 101011010 1100011 110101

Color Harmonies of #FE0E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0E45

Black with #FE0E45

Text Example


Text Example

White with #FE0E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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