Html Css Color HEX #FE0010 Torch Red

📋 copy color: '#FE0010'

red 254 ◦ green 0 ◦ blue 16

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

Shades of Torch Red #FE0010

Tints of Torch Red #FE0010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 94.07%
G = 0%
B = 5.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE0010 (or 0xFE0010) is known color: Torch Red. HEX triplet: FE, 00 and 10. RGB value is (254,0,16). Sum of RGB (Red+Green+Blue) = 254+0+16=270 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.07% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0010 is #01FFEF. Grayscale: #4D4D4D. Windows color (decimal): -131056 or 1048830. OLE color: 1048830.

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

Color convert

RGB 254 0 16 -
CMYK 0 1 0.94 0.00
HSL 356.22º 1% 0.5% -
HSV(B) 356.22º 1% 1% -
XYZ 40.97 21.11 2.41 -
YUV 77.77 93.15 253.7 -
System Red Green Blue C M Y K H S L
Decimal 254 0 16 0 1 0.94 0.00 356.22 1 0.5
Hex FE 0 10 0 64 5E 0 164 64 32
Octal 376 0 20 0 144 136 0 544 144 62
Binary 11111110 0 10000 0 1100100 1011110 0 101100100 1100100 110010

Color Harmonies of #FE0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0010

Black with #FE0010

Text Example


Text Example

White with #FE0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0010; }

 p { color: rgb(254,0,16); }

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

background-color css

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

 a { background-color: rgb(254,0,16); }

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

border-color css

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

 span { border-color: rgb(254,0,16); }

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