Html Css Color HEX #FE123D Torch Red

📋 copy color: '#FE123D'

red 254 ◦ green 18 ◦ blue 61

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

Shades of Torch Red #FE123D

Tints of Torch Red #FE123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 76.28%
G = 5.41%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE123D (or 0xFE123D) is known color: Torch Red. HEX triplet: FE, 12 and 3D. RGB value is (254,18,61). Sum of RGB (Red+Green+Blue) = 254+18+61=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE123D is #01EDC2. Grayscale: #5D5D5D. Windows color (decimal): -126403 or 4002558. OLE color: 4002558.

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

Color convert

RGB 254 18 61 -
CMYK 0 0.93 0.76 0.00
HSL 349.07º 0.99% 0.53% -
HSV(B) 349.07º 0.93% 1% -
XYZ 41.93 21.84 6.42 -
YUV 93.47 109.69 242.5 -
System Red Green Blue C M Y K H S L
Decimal 254 18 61 0 0.93 0.76 0.00 349.07 0.99 0.53
Hex FE 12 3D 0 5D 4C 0 15D 63 35
Octal 376 22 75 0 135 114 0 535 143 65
Binary 11111110 10010 111101 0 1011101 1001100 0 101011101 1100011 110101

Color Harmonies of #FE123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE123D

Black with #FE123D

Text Example


Text Example

White with #FE123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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