Html Css Color HEX #FE2229 Torch Red

📋 copy color: '#FE2229'

red 254 ◦ green 34 ◦ blue 41

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

Shades of Torch Red #FE2229

Tints of Torch Red #FE2229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.46%

R = 77.2%
G = 10.33%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE2229 (or 0xFE2229) is known color: Torch Red. HEX triplet: FE, 22 and 29. RGB value is (254,34,41). Sum of RGB (Red+Green+Blue) = 254+34+41=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2229 is #01DDD6. Grayscale: #646464. Windows color (decimal): -122327 or 2695934. OLE color: 2695934.

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

Color convert

RGB 254 34 41 -
CMYK 0 0.87 0.84 0.00
HSL 358.09º 0.99% 0.56% -
HSV(B) 358.09º 0.87% 1% -
XYZ 41.85 22.37 4.21 -
YUV 100.58 94.39 237.43 -
System Red Green Blue C M Y K H S L
Decimal 254 34 41 0 0.87 0.84 0.00 358.09 0.99 0.56
Hex FE 22 29 0 57 54 0 166 63 38
Octal 376 42 51 0 127 124 0 546 143 70
Binary 11111110 100010 101001 0 1010111 1010100 0 101100110 1100011 111000

Color Harmonies of #FE2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2229

Black with #FE2229

Text Example


Text Example

White with #FE2229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2229; }

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

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

background-color css

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

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

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

border-color css

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

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

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