Html Css Color HEX #FE0310 Torch Red

📋 copy color: '#FE0310'

red 254 ◦ green 3 ◦ blue 16

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

Shades of Torch Red #FE0310

Tints of Torch Red #FE0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 93.04%
G = 1.1%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE0310 (or 0xFE0310) is known color: Torch Red. HEX triplet: FE, 03 and 10. RGB value is (254,3,16). Sum of RGB (Red+Green+Blue) = 254+3+16=273 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.04% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0310 is #01FCEF. Grayscale: #4F4F4F. Windows color (decimal): -130288 or 1049598. OLE color: 1049598.

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

Color convert

RGB 254 3 16 -
CMYK 0 0.99 0.94 0.00
HSL 356.89º 0.99% 0.5% -
HSV(B) 356.89º 0.99% 1% -
XYZ 41 21.17 2.42 -
YUV 79.53 92.16 252.44 -
System Red Green Blue C M Y K H S L
Decimal 254 3 16 0 0.99 0.94 0.00 356.89 0.99 0.5
Hex FE 3 10 0 63 5E 0 165 63 32
Octal 376 3 20 0 143 136 0 545 143 62
Binary 11111110 11 10000 0 1100011 1011110 0 101100101 1100011 110010

Color Harmonies of #FE0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0310

Black with #FE0310

Text Example


Text Example

White with #FE0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0310; }

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

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

background-color css

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

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

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

border-color css

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

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

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