#F40738

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

Shades of Torch Red #F40738

Tints of Torch Red #F40738

Color information

#F40738 (or 0xF40738) is unknown color: approx Torch Red. HEX triplet: F4, 07 and 38. RGB value is (244,7,56). Sum of RGB (Red+Green+Blue) = 244+7+56=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F40738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40738 is #0BF8C7. Grayscale: #535353. Windows color (decimal): -784584 or 3672052. OLE color: 3672052.

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

Color convert

RGB244756-
CMYK00.970.770.04
HSL347.59º94.42%49.22%-
HSV(B)347.59º97.13%95.69%-
XYZ38.119.675.53-
YUV83.45112.52242.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 79.48%
GREEN value IS 7 (3.12% from 255) = 2.28%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=79.48%
G=2.28%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24475600.970.770.04347.5994.4249.22
HexF47380614D415c5e31
Octal3647700141115453413661
Binary111101001111110000110000110011011001010111001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40738; }

 p { color: rgb(244,7,56); }

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

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

 a { background-color: rgb(244,7,56); }

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

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

 span { border-color: rgb(244,7,56); }

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