Html Css Color HEX #FE2225 Torch Red

📋 copy color: '#FE2225'

red 254 ◦ green 34 ◦ blue 37

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

Shades of Torch Red #FE2225

Tints of Torch Red #FE2225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.46%

 BLUE value IS 37 (14.84% from 255) = 11.38%

R = 78.15%
G = 10.46%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE2225 (or 0xFE2225) is known color: Torch Red. HEX triplet: FE, 22 and 25. RGB value is (254,34,37). Sum of RGB (Red+Green+Blue) = 254+34+37=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2225 is #01DDDA. Grayscale: #646464. Windows color (decimal): -122331 or 2433790. OLE color: 2433790.

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

Color convert

RGB 254 34 37 -
CMYK 0 0.87 0.85 0.00
HSL 359.18º 0.99% 0.56% -
HSV(B) 359.18º 0.87% 1% -
XYZ 41.78 22.35 3.86 -
YUV 100.12 92.39 237.76 -
System Red Green Blue C M Y K H S L
Decimal 254 34 37 0 0.87 0.85 0.00 359.18 0.99 0.56
Hex FE 22 25 0 57 55 0 167 63 38
Octal 376 42 45 0 127 125 0 547 143 70
Binary 11111110 100010 100101 0 1010111 1010101 0 101100111 1100011 111000

Color Harmonies of #FE2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2225

Black with #FE2225

Text Example


Text Example

White with #FE2225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2225; }

 p { color: rgb(254,34,37); }

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

background-color css

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

 a { background-color: rgb(254,34,37); }

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

border-color css

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

 span { border-color: rgb(254,34,37); }

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