Html Css Color HEX #FE0313 Torch Red

📋 copy color: '#FE0313'

red 254 ◦ green 3 ◦ blue 19

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

Shades of Torch Red #FE0313

Tints of Torch Red #FE0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 92.03%
G = 1.09%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE0313 (or 0xFE0313) is known color: Torch Red. HEX triplet: FE, 03 and 13. RGB value is (254,3,19). Sum of RGB (Red+Green+Blue) = 254+3+19=276 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.03% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0313 is #01FCEC. Grayscale: #505050. Windows color (decimal): -130285 or 1246206. OLE color: 1246206.

HSL color Cylindrical-coordinate representation of color #FE0313: hue angle of 356.18º 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 #FE0313 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 3 19 -
CMYK 0 0.99 0.93 0.00
HSL 356.18º 0.99% 0.5% -
HSV(B) 356.18º 0.99% 1% -
XYZ 41.02 21.18 2.54 -
YUV 79.87 93.66 252.2 -
System Red Green Blue C M Y K H S L
Decimal 254 3 19 0 0.99 0.93 0.00 356.18 0.99 0.5
Hex FE 3 13 0 63 5D 0 164 63 32
Octal 376 3 23 0 143 135 0 544 143 62
Binary 11111110 11 10011 0 1100011 1011101 0 101100100 1100011 110010

Color Harmonies of #FE0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0313

Black with #FE0313

Text Example


Text Example

White with #FE0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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