Html Css Color HEX #FE1122 Torch Red

📋 copy color: '#FE1122'

red 254 ◦ green 17 ◦ blue 34

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

Shades of Torch Red #FE1122

Tints of Torch Red #FE1122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.57%

 BLUE value IS 34 (13.67% from 255) = 11.15%

R = 83.28%
G = 5.57%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE1122 (or 0xFE1122) is known color: Torch Red. HEX triplet: FE, 11 and 22. RGB value is (254,17,34). Sum of RGB (Red+Green+Blue) = 254+17+34=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1122 is #01EEDD. Grayscale: #595959. Windows color (decimal): -126686 or 2232830. OLE color: 2232830.

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

Color convert

RGB 254 17 34 -
CMYK 0 0.93 0.87 0.00
HSL 355.7º 0.99% 0.53% -
HSV(B) 355.7º 0.93% 1% -
XYZ 41.36 21.59 3.5 -
YUV 89.8 96.52 245.12 -
System Red Green Blue C M Y K H S L
Decimal 254 17 34 0 0.93 0.87 0.00 355.7 0.99 0.53
Hex FE 11 22 0 5D 57 0 164 63 35
Octal 376 21 42 0 135 127 0 544 143 65
Binary 11111110 10001 100010 0 1011101 1010111 0 101100100 1100011 110101

Color Harmonies of #FE1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1122

Black with #FE1122

Text Example


Text Example

White with #FE1122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1122; }

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

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

background-color css

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

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

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

border-color css

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

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

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