#F41C31

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

Shades of Torch Red #F41C31

Tints of Torch Red #F41C31

Color information

#F41C31 (or 0xF41C31) is unknown color: approx Torch Red. HEX triplet: F4, 1C and 31. RGB value is (244,28,49). Sum of RGB (Red+Green+Blue) = 244+28+49=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41C31 is #0BE3CE. Grayscale: #5F5F5F. Windows color (decimal): -779215 or 3218676. OLE color: 3218676.

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

Color convert

RGB2442849-
CMYK00.890.800.04
HSL354.17º90.76%53.33%-
HSV(B)354.17º88.52%95.69%-
XYZ38.2820.294.8-
YUV94.98102.06234.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 76.01%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=76.01%
G=8.72%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244284900.890.800.04354.1790.7653.33
HexF41C310595041625b35
Octal36434610131120454213365
Binary11110100111001100010101100110100001001011000101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41C31; }

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

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

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

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

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

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

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

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