#F40B2C

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

Shades of Torch Red #F40B2C

Tints of Torch Red #F40B2C

Color information

#F40B2C (or 0xF40B2C) is unknown color: approx Torch Red. HEX triplet: F4, 0B and 2C. RGB value is (244,11,44). Sum of RGB (Red+Green+Blue) = 244+11+44=299 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.61% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40B2C is #0BF4D3. Grayscale: #545454. Windows color (decimal): -783572 or 2886644. OLE color: 2886644.

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

Color convert

RGB2441144-
CMYK00.950.820.04
HSL351.5º91.37%50%-
HSV(B)351.5º95.49%95.69%-
XYZ37.8819.654.18-
YUV84.43105.19241.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 81.61%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=81.61%
G=3.68%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244114400.950.820.04351.591.3750
HexF4B2C05F5241605b32
Octal36413540137122454013362
Binary1111010010111011000101111110100101001011000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40B2C; }

 p { color: rgb(244,11,44); }

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

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

 a { background-color: rgb(244,11,44); }

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

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

 span { border-color: rgb(244,11,44); }

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