Html Css Color HEX #FF040E Torch Red

📋 copy color: '#FF040E'

red 255 ◦ green 4 ◦ blue 14

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

Shades of Torch Red #FF040E

Tints of Torch Red #FF040E

RGB

 RED value IS 255 (100% from 255) = 93.41%

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

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

R = 93.41%
G = 1.47%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF040E (or 0xFF040E) is known color: Torch Red. HEX triplet: FF, 04 and 0E. RGB value is (255,4,14). Sum of RGB (Red+Green+Blue) = 255+4+14=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF040E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF040E is #00FBF1. Grayscale: #505050. Windows color (decimal): -64498 or 918783. OLE color: 918783.

HSL color Cylindrical-coordinate representation of color #FF040E: hue angle of 357.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF040E is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 4 14 -
CMYK 0 0.98 0.95 0
HSL 357.61º 1% 0.51% -
HSV(B) 357.61º 0.98% 1% -
XYZ 41.36 21.38 2.36 -
YUV 80.19 90.66 252.69 -
System Red Green Blue C M Y K H S L
Decimal 255 4 14 0 0.98 0.95 0 357.61 1 0.51
Hex FF 4 E 0 62 5F 0 166 64 33
Octal 377 4 16 0 142 137 0 546 144 63
Binary 11111111 100 1110 0 1100010 1011111 0 101100110 1100100 110011

Color Harmonies of #FF040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF040E

Black with #FF040E

Text Example


Text Example

White with #FF040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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