Html Css Color HEX #FE2227 Torch Red

📋 copy color: '#FE2227'

red 254 ◦ green 34 ◦ blue 39

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

Shades of Torch Red #FE2227

Tints of Torch Red #FE2227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.93%

R = 77.68%
G = 10.4%
B = 11.93%

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

#FE2227 (or 0xFE2227) is known color: Torch Red. HEX triplet: FE, 22 and 27. RGB value is (254,34,39). Sum of RGB (Red+Green+Blue) = 254+34+39=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2227 is #01DDD8. Grayscale: #646464. Windows color (decimal): -122329 or 2564862. OLE color: 2564862.

HSL color Cylindrical-coordinate representation of color #FE2227: hue angle of 358.64º 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 #FE2227 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 34 39 -
CMYK 0 0.87 0.85 0.00
HSL 358.64º 0.99% 0.56% -
HSV(B) 358.64º 0.87% 1% -
XYZ 41.81 22.36 4.03 -
YUV 100.35 93.39 237.59 -
System Red Green Blue C M Y K H S L
Decimal 254 34 39 0 0.87 0.85 0.00 358.64 0.99 0.56
Hex FE 22 27 0 57 55 0 167 63 38
Octal 376 42 47 0 127 125 0 547 143 70
Binary 11111110 100010 100111 0 1010111 1010101 0 101100111 1100011 111000

Color Harmonies of #FE2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2227

Black with #FE2227

Text Example


Text Example

White with #FE2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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