#F31128

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

Shades of Torch Red #F31128

Tints of Torch Red #F31128

Color information

#F31128 (or 0xF31128) is unknown color: approx Torch Red. HEX triplet: F3, 11 and 28. RGB value is (243,17,40). Sum of RGB (Red+Green+Blue) = 243+17+40=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F31128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31128 is #0CEED7. Grayscale: #575757. Windows color (decimal): -847576 or 2626035. OLE color: 2626035.

HSL color Cylindrical-coordinate representation of color #F31128: hue angle of 353.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31128 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB2431740-
CMYK00.930.840.05
HSL353.89º90.4%50.98%-
HSV(B)353.89º93%95.29%-
XYZ37.5519.613.81-
YUV87.2101.37239.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 81%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 40 (16.02% from 255) = 13.33%
R=81%
G=5.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243174000.930.840.05353.8990.450.98
HexF3112805D5451625a33
Octal36321500135124554213263
Binary11110011100011010000101110110101001011011000101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31128; }

 p { color: rgb(243,17,40); }

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

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

 a { background-color: rgb(243,17,40); }

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

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

 span { border-color: rgb(243,17,40); }

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