#F40B28

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

Shades of Torch Red #F40B28

Tints of Torch Red #F40B28

Color information

#F40B28 (or 0xF40B28) is unknown color: approx Torch Red. HEX triplet: F4, 0B and 28. RGB value is (244,11,40). Sum of RGB (Red+Green+Blue) = 244+11+40=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40B28 is #0BF4D7. Grayscale: #545454. Windows color (decimal): -783576 or 2624500. OLE color: 2624500.

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

Color convert

RGB2441140-
CMYK00.950.840.04
HSL352.53º91.37%50%-
HSV(B)352.53º95.49%95.69%-
XYZ37.8119.633.8-
YUV83.97103.19242.14-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 82.71%
GREEN value IS 11 (4.69% from 255) = 3.73%
BLUE value IS 40 (16.02% from 255) = 13.56%
R=82.71%
G=3.73%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244114000.950.840.04352.5391.3750
HexF4B2805F5441615b32
Octal36413500137124454113362
Binary1111010010111010000101111110101001001011000011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40B28; }

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

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

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

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

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

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

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

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