Html Css Color HEX #FE012A Torch Red

📋 copy color: '#FE012A'

red 254 ◦ green 1 ◦ blue 42

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

Shades of Torch Red #FE012A

Tints of Torch Red #FE012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 85.52%
G = 0.34%
B = 14.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE012A (or 0xFE012A) is known color: Torch Red. HEX triplet: FE, 01 and 2A. RGB value is (254,1,42). Sum of RGB (Red+Green+Blue) = 254+1+42=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE012A is #01FED5. Grayscale: #515151. Windows color (decimal): -130774 or 2753022. OLE color: 2753022.

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

Color convert

RGB 254 1 42 -
CMYK 0 1.00 0.83 0.00
HSL 350.28º 0.99% 0.5% -
HSV(B) 350.28º 1% 1% -
XYZ 41.3 21.26 4.12 -
YUV 81.32 105.82 251.17 -
System Red Green Blue C M Y K H S L
Decimal 254 1 42 0 1.00 0.83 0.00 350.28 0.99 0.5
Hex FE 1 2A 0 64 53 0 15E 63 32
Octal 376 1 52 0 144 123 0 536 143 62
Binary 11111110 1 101010 0 1100100 1010011 0 101011110 1100011 110010

Color Harmonies of #FE012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE012A

Black with #FE012A

Text Example


Text Example

White with #FE012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE012A; }

 p { color: rgb(254,1,42); }

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

background-color css

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

 a { background-color: rgb(254,1,42); }

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

border-color css

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

 span { border-color: rgb(254,1,42); }

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