Html Css Color HEX #FE040C Torch Red

📋 copy color: '#FE040C'

red 254 ◦ green 4 ◦ blue 12

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

Shades of Torch Red #FE040C

Tints of Torch Red #FE040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 94.07%
G = 1.48%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE040C (or 0xFE040C) is known color: Torch Red. HEX triplet: FE, 04 and 0C. RGB value is (254,4,12). Sum of RGB (Red+Green+Blue) = 254+4+12=270 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.07% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 254 - color contains mainly: red. Hex color #FE040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE040C is #01FBF3. Grayscale: #4F4F4F. Windows color (decimal): -130036 or 787710. OLE color: 787710.

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

Color convert

RGB 254 4 12 -
CMYK 0 0.98 0.95 0.00
HSL 358.08º 0.99% 0.51% -
HSV(B) 358.08º 0.98% 1% -
XYZ 40.98 21.18 2.28 -
YUV 79.66 89.83 252.35 -
System Red Green Blue C M Y K H S L
Decimal 254 4 12 0 0.98 0.95 0.00 358.08 0.99 0.51
Hex FE 4 C 0 62 5F 0 166 63 33
Octal 376 4 14 0 142 137 0 546 143 63
Binary 11111110 100 1100 0 1100010 1011111 0 101100110 1100011 110011

Color Harmonies of #FE040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE040C

Black with #FE040C

Text Example


Text Example

White with #FE040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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