#F40F31

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

Shades of Torch Red #F40F31

Tints of Torch Red #F40F31

Color information

#F40F31 (or 0xF40F31) is unknown color: approx Torch Red. HEX triplet: F4, 0F and 31. RGB value is (244,15,49). Sum of RGB (Red+Green+Blue) = 244+15+49=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40F31 is #0BF0CE. Grayscale: #575757. Windows color (decimal): -782543 or 3215348. OLE color: 3215348.

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

Color convert

RGB2441549-
CMYK00.940.800.04
HSL351.09º91.24%50.78%-
HSV(B)351.09º93.85%95.69%-
XYZ38.0319.84.72-
YUV87.35106.37239.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 79.22%
GREEN value IS 15 (6.25% from 255) = 4.87%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=79.22%
G=4.87%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244154900.940.800.04351.0991.2450.78
HexF4F3105E50415f5b33
Octal36417610136120453713363
Binary1111010011111100010101111010100001001010111111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40F31; }

 p { color: rgb(244,15,49); }

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

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

 a { background-color: rgb(244,15,49); }

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

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

 span { border-color: rgb(244,15,49); }

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