Html Css Color HEX #FE122B Torch Red

📋 copy color: '#FE122B'

red 254 ◦ green 18 ◦ blue 43

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

Shades of Torch Red #FE122B

Tints of Torch Red #FE122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 80.63%
G = 5.71%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE122B (or 0xFE122B) is known color: Torch Red. HEX triplet: FE, 12 and 2B. RGB value is (254,18,43). Sum of RGB (Red+Green+Blue) = 254+18+43=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE122B is #01EDD4. Grayscale: #5B5B5B. Windows color (decimal): -126421 or 2822910. OLE color: 2822910.

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

Color convert

RGB 254 18 43 -
CMYK 0 0.93 0.83 0.00
HSL 353.64º 0.99% 0.53% -
HSV(B) 353.64º 0.93% 1% -
XYZ 41.53 21.68 4.28 -
YUV 91.41 100.69 243.97 -
System Red Green Blue C M Y K H S L
Decimal 254 18 43 0 0.93 0.83 0.00 353.64 0.99 0.53
Hex FE 12 2B 0 5D 53 0 162 63 35
Octal 376 22 53 0 135 123 0 542 143 65
Binary 11111110 10010 101011 0 1011101 1010011 0 101100010 1100011 110101

Color Harmonies of #FE122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE122B

Black with #FE122B

Text Example


Text Example

White with #FE122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE122B; }

 p { color: rgb(254,18,43); }

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

background-color css

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

 a { background-color: rgb(254,18,43); }

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

border-color css

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

 span { border-color: rgb(254,18,43); }

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