Html Css Color HEX #FE0A14 Torch Red

📋 copy color: '#FE0A14'

red 254 ◦ green 10 ◦ blue 20

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

Shades of Torch Red #FE0A14

Tints of Torch Red #FE0A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.52%

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 89.44%
G = 3.52%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE0A14 (or 0xFE0A14) is known color: Torch Red. HEX triplet: FE, 0A and 14. RGB value is (254,10,20). Sum of RGB (Red+Green+Blue) = 254+10+20=284 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.44% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0A14 is #01F5EB. Grayscale: #545454. Windows color (decimal): -128492 or 1313534. OLE color: 1313534.

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

Color convert

RGB 254 10 20 -
CMYK 0 0.96 0.92 0.00
HSL 357.54º 0.99% 0.52% -
HSV(B) 357.54º 0.96% 1% -
XYZ 41.11 21.34 2.61 -
YUV 84.1 91.84 249.19 -
System Red Green Blue C M Y K H S L
Decimal 254 10 20 0 0.96 0.92 0.00 357.54 0.99 0.52
Hex FE A 14 0 60 5C 0 166 63 34
Octal 376 12 24 0 140 134 0 546 143 64
Binary 11111110 1010 10100 0 1100000 1011100 0 101100110 1100011 110100

Color Harmonies of #FE0A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0A14

Black with #FE0A14

Text Example


Text Example

White with #FE0A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0A14; }

 p { color: rgb(254,10,20); }

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

background-color css

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

 a { background-color: rgb(254,10,20); }

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

border-color css

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

 span { border-color: rgb(254,10,20); }

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