#F40B2B

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

Shades of Torch Red #F40B2B

Tints of Torch Red #F40B2B

Color information

#F40B2B (or 0xF40B2B) is unknown color: approx Torch Red. HEX triplet: F4, 0B and 2B. RGB value is (244,11,43). Sum of RGB (Red+Green+Blue) = 244+11+43=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40B2B is #0BF4D4. Grayscale: #545454. Windows color (decimal): -783573 or 2821108. OLE color: 2821108.

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

Color convert

RGB2441143-
CMYK00.950.820.04
HSL351.76º91.37%50%-
HSV(B)351.76º95.49%95.69%-
XYZ37.8619.654.08-
YUV84.32104.69241.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 81.88%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=81.88%
G=3.69%
B=14.43%

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
Decimal244114300.950.820.04351.7691.3750
HexF4B2B05F5241605b32
Octal36413530137122454013362
Binary1111010010111010110101111110100101001011000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40B2B; }

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

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

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

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

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

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

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

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