Html Css Color HEX #F4000E Torch Red

📋 copy color: '#F4000E'

red 244 ◦ green 0 ◦ blue 14

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

Shades of Torch Red #F4000E

Tints of Torch Red #F4000E

RGB

 RED value IS 244 (95.7% from 255) = 94.57%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.57%
G = 0%
B = 5.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4000E (or 0xF4000E) is known color: Torch Red. HEX triplet: F4, 00 and 0E. RGB value is (244,0,14). Sum of RGB (Red+Green+Blue) = 244+0+14=258 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.57% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 244 - color contains mainly: red. Hex color #F4000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4000E is #0BFFF1. Grayscale: #4A4A4A. Windows color (decimal): -786418 or 917748. OLE color: 917748.

HSL color Cylindrical-coordinate representation of color #F4000E: hue angle of 356.56º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 0 14 -
CMYK 0 1 0.94 0.04
HSL 356.56º 1% 0.48% -
HSV(B) 356.56º 1% 0.96% -
XYZ 37.39 19.26 2.16 -
YUV 74.55 93.84 248.86 -
System Red Green Blue C M Y K H S L
Decimal 244 0 14 0 1 0.94 0.04 356.56 1 0.48
Hex F4 0 E 0 64 5E 4 165 64 30
Octal 364 0 16 0 144 136 4 545 144 60
Binary 11110100 0 1110 0 1100100 1011110 100 101100101 1100100 110000

Color Harmonies of #F4000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4000E

Black with #F4000E

Text Example


Text Example

White with #F4000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4000E; }

 p { color: rgb(244,0,14); }

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

background-color css

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

 a { background-color: rgb(244,0,14); }

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

border-color css

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

 span { border-color: rgb(244,0,14); }

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