#F41840

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

Shades of Torch Red #F41840

Tints of Torch Red #F41840

Color information

#F41840 (or 0xF41840) is unknown color: approx Torch Red. HEX triplet: F4, 18 and 40. RGB value is (244,24,64). Sum of RGB (Red+Green+Blue) = 244+24+64=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F41840 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41840 is #0BE7BF. Grayscale: #5E5E5E. Windows color (decimal): -780224 or 4200692. OLE color: 4200692.

HSL color Cylindrical-coordinate representation of color #F41840: hue angle of 349.09º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41840 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB2442464-
CMYK00.900.740.04
HSL349.09º90.91%52.55%-
HSV(B)349.09º90.16%95.69%-
XYZ38.5620.266.73-
YUV94.34110.89234.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 73.49%
GREEN value IS 24 (9.77% from 255) = 7.23%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=73.49%
G=7.23%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244246400.900.740.04349.0990.9152.55
HexF4184005A4A415d5b35
Octal364301000132112453513365
Binary111101001100010000000101101010010101001010111011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41840; }

 p { color: rgb(244,24,64); }

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

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

 a { background-color: rgb(244,24,64); }

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

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

 span { border-color: rgb(244,24,64); }

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