Html Css Color HEX #FE123B Torch Red

📋 copy color: '#FE123B'

red 254 ◦ green 18 ◦ blue 59

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

Shades of Torch Red #FE123B

Tints of Torch Red #FE123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 76.74%
G = 5.44%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE123B (or 0xFE123B) is known color: Torch Red. HEX triplet: FE, 12 and 3B. RGB value is (254,18,59). Sum of RGB (Red+Green+Blue) = 254+18+59=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE123B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE123B is #01EDC4. Grayscale: #5D5D5D. Windows color (decimal): -126405 or 3871486. OLE color: 3871486.

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

Color convert

RGB 254 18 59 -
CMYK 0 0.93 0.77 0.00
HSL 349.58º 0.99% 0.53% -
HSV(B) 349.58º 0.93% 1% -
XYZ 41.88 21.82 6.14 -
YUV 93.24 108.69 242.67 -
System Red Green Blue C M Y K H S L
Decimal 254 18 59 0 0.93 0.77 0.00 349.58 0.99 0.53
Hex FE 12 3B 0 5D 4D 0 15E 63 35
Octal 376 22 73 0 135 115 0 536 143 65
Binary 11111110 10010 111011 0 1011101 1001101 0 101011110 1100011 110101

Color Harmonies of #FE123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE123B

Black with #FE123B

Text Example


Text Example

White with #FE123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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