Html Css Color HEX #FE2325 Torch Red

📋 copy color: '#FE2325'

red 254 ◦ green 35 ◦ blue 37

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

Shades of Torch Red #FE2325

Tints of Torch Red #FE2325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

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

R = 77.91%
G = 10.74%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE2325 (or 0xFE2325) is known color: Torch Red. HEX triplet: FE, 23 and 25. RGB value is (254,35,37). Sum of RGB (Red+Green+Blue) = 254+35+37=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2325 is #01DCDA. Grayscale: #646464. Windows color (decimal): -122075 or 2434046. OLE color: 2434046.

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

Color convert

RGB 254 35 37 -
CMYK 0 0.86 0.85 0.00
HSL 359.45º 0.99% 0.57% -
HSV(B) 359.45º 0.86% 1% -
XYZ 41.81 22.41 3.87 -
YUV 100.71 92.05 237.34 -
System Red Green Blue C M Y K H S L
Decimal 254 35 37 0 0.86 0.85 0.00 359.45 0.99 0.57
Hex FE 23 25 0 56 55 0 167 63 39
Octal 376 43 45 0 126 125 0 547 143 71
Binary 11111110 100011 100101 0 1010110 1010101 0 101100111 1100011 111001

Color Harmonies of #FE2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2325

Black with #FE2325

Text Example


Text Example

White with #FE2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2325; }

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

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

background-color css

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

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

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

border-color css

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

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

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