Html Css Color HEX #FE030E Torch Red

📋 copy color: '#FE030E'

red 254 ◦ green 3 ◦ blue 14

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

Shades of Torch Red #FE030E

Tints of Torch Red #FE030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 93.73%
G = 1.11%
B = 5.17%

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

#FE030E (or 0xFE030E) is known color: Torch Red. HEX triplet: FE, 03 and 0E. RGB value is (254,3,14). Sum of RGB (Red+Green+Blue) = 254+3+14=271 (35% of max value = 765). Red value is 254 (99.61% from 255 or 93.73% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 254 - color contains mainly: red. Hex color #FE030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE030E is #01FCF1. Grayscale: #4F4F4F. Windows color (decimal): -130290 or 918526. OLE color: 918526.

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

Color convert

RGB 254 3 14 -
CMYK 0 0.99 0.94 0.00
HSL 357.37º 0.99% 0.5% -
HSV(B) 357.37º 0.99% 1% -
XYZ 40.98 21.17 2.34 -
YUV 79.3 91.16 252.61 -
System Red Green Blue C M Y K H S L
Decimal 254 3 14 0 0.99 0.94 0.00 357.37 0.99 0.5
Hex FE 3 E 0 63 5E 0 165 63 32
Octal 376 3 16 0 143 136 0 545 143 62
Binary 11111110 11 1110 0 1100011 1011110 0 101100101 1100011 110010

Color Harmonies of #FE030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE030E

Black with #FE030E

Text Example


Text Example

White with #FE030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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