Html Css Color HEX #FE0410 Torch Red

📋 copy color: '#FE0410'

red 254 ◦ green 4 ◦ blue 16

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

Shades of Torch Red #FE0410

Tints of Torch Red #FE0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

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

R = 92.7%
G = 1.46%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE0410 (or 0xFE0410) is known color: Torch Red. HEX triplet: FE, 04 and 10. RGB value is (254,4,16). Sum of RGB (Red+Green+Blue) = 254+4+16=274 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.70% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0410 is #01FBEF. Grayscale: #505050. Windows color (decimal): -130032 or 1049854. OLE color: 1049854.

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

Color convert

RGB 254 4 16 -
CMYK 0 0.98 0.94 0.00
HSL 357.12º 0.99% 0.51% -
HSV(B) 357.12º 0.98% 1% -
XYZ 41.01 21.2 2.42 -
YUV 80.12 91.83 252.02 -
System Red Green Blue C M Y K H S L
Decimal 254 4 16 0 0.98 0.94 0.00 357.12 0.99 0.51
Hex FE 4 10 0 62 5E 0 165 63 33
Octal 376 4 20 0 142 136 0 545 143 63
Binary 11111110 100 10000 0 1100010 1011110 0 101100101 1100011 110011

Color Harmonies of #FE0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0410

Black with #FE0410

Text Example


Text Example

White with #FE0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0410; }

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

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

background-color css

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

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

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

border-color css

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

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

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