#F41C37

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

Shades of Torch Red #F41C37

Tints of Torch Red #F41C37

Color information

#F41C37 (or 0xF41C37) is unknown color: approx Torch Red. HEX triplet: F4, 1C and 37. RGB value is (244,28,55). Sum of RGB (Red+Green+Blue) = 244+28+55=327 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.62% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41C37 is #0BE3C8. Grayscale: #5F5F5F. Windows color (decimal): -779209 or 3611892. OLE color: 3611892.

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

Color convert

RGB2442855-
CMYK00.890.770.04
HSL352.5º90.76%53.33%-
HSV(B)352.5º88.52%95.69%-
XYZ38.4120.345.52-
YUV95.66105.06233.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 74.62%
GREEN value IS 28 (11.33% from 255) = 8.56%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=74.62%
G=8.56%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244285500.890.770.04352.590.7653.33
HexF41C370594D41605b35
Octal36434670131115454013365
Binary11110100111001101110101100110011011001011000001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41C37; }

 p { color: rgb(244,28,55); }

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

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

 a { background-color: rgb(244,28,55); }

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

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

 span { border-color: rgb(244,28,55); }

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