Html Css Color HEX #FE040D Torch Red

📋 copy color: '#FE040D'

red 254 ◦ green 4 ◦ blue 13

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

Shades of Torch Red #FE040D

Tints of Torch Red #FE040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 93.73%
G = 1.48%
B = 4.8%

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

#FE040D (or 0xFE040D) is known color: Torch Red. HEX triplet: FE, 04 and 0D. RGB value is (254,4,13). Sum of RGB (Red+Green+Blue) = 254+4+13=271 (35% of max value = 765). Red value is 254 (99.61% from 255 or 93.73% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 254 - color contains mainly: red. Hex color #FE040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE040D is #01FBF2. Grayscale: #4F4F4F. Windows color (decimal): -130035 or 853246. OLE color: 853246.

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

Color convert

RGB 254 4 13 -
CMYK 0 0.98 0.95 0.00
HSL 357.84º 0.99% 0.51% -
HSV(B) 357.84º 0.98% 1% -
XYZ 40.99 21.19 2.31 -
YUV 79.78 90.33 252.27 -
System Red Green Blue C M Y K H S L
Decimal 254 4 13 0 0.98 0.95 0.00 357.84 0.99 0.51
Hex FE 4 D 0 62 5F 0 166 63 33
Octal 376 4 15 0 142 137 0 546 143 63
Binary 11111110 100 1101 0 1100010 1011111 0 101100110 1100011 110011

Color Harmonies of #FE040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE040D

Black with #FE040D

Text Example


Text Example

White with #FE040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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