#f4003e

Color #F4003E Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #F4003E

Tints of Torch Red #F4003E

Color information

#F4003E (or 0xF4003E) is unknown color: approx Torch Red. HEX triplet: F4, 00 and 3E. RGB value is (244,0,62). Sum of RGB (Red+Green+Blue) = 244+0+62=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F4003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4003E is #0BFFC1. Grayscale: #505050. Windows color (decimal): -786370 or 4063476. OLE color: 4063476.

HSL color Cylindrical-coordinate representation of color #F4003E: hue angle of 344.75º 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 #F4003E is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB244062-
CMYK010.750.04
HSL344.75º100%47.84%-
HSV(B)344.75º100%95.69%-
XYZ38.1819.586.32-
YUV80.02117.84244.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 79.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=79.74%
G=0%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244062010.750.04344.7510047.84
HexF403E0644B41596430
Octal3640760144113453114460
Binary1111010001111100110010010010111001010110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4003e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4003e; }

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

 H1.HeaderClassName
 {
   color: #f4003e;
 }
 .AnyTagClassName
 {
   color: #f4003e;
 }
</style>
background-color css

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

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

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

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

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

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