Html Css Color HEX #FD040E Torch Red

📋 copy color: '#FD040E'

red 253 ◦ green 4 ◦ blue 14

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

Shades of Torch Red #FD040E

Tints of Torch Red #FD040E

RGB

 RED value IS 253 (99.22% from 255) = 93.36%

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

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

R = 93.36%
G = 1.48%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD040E (or 0xFD040E) is known color: Torch Red. HEX triplet: FD, 04 and 0E. RGB value is (253,4,14). Sum of RGB (Red+Green+Blue) = 253+4+14=271 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.36% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 253 - color contains mainly: red. Hex color #FD040E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD040E is #02FBF1. Grayscale: #4F4F4F. Windows color (decimal): -195570 or 918781. OLE color: 918781.

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

Color convert

RGB 253 4 14 -
CMYK 0 0.98 0.94 0.01
HSL 357.59º 0.98% 0.5% -
HSV(B) 357.59º 0.98% 0.99% -
XYZ 40.63 21 2.33 -
YUV 79.59 90.99 251.69 -
System Red Green Blue C M Y K H S L
Decimal 253 4 14 0 0.98 0.94 0.01 357.59 0.98 0.5
Hex FD 4 E 0 62 5E 1 166 62 32
Octal 375 4 16 0 142 136 1 546 142 62
Binary 11111101 100 1110 0 1100010 1011110 1 101100110 1100010 110010

Color Harmonies of #FD040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD040E

Black with #FD040E

Text Example


Text Example

White with #FD040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD040E; }

 p { color: rgb(253,4,14); }

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

background-color css

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

 a { background-color: rgb(253,4,14); }

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

border-color css

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

 span { border-color: rgb(253,4,14); }

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