#F31A2E

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

Shades of Torch Red #F31A2E

Tints of Torch Red #F31A2E

Color information

#F31A2E (or 0xF31A2E) is unknown color: approx Torch Red. HEX triplet: F3, 1A and 2E. RGB value is (243,26,46). Sum of RGB (Red+Green+Blue) = 243+26+46=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31A2E is #0CE5D1. Grayscale: #5D5D5D. Windows color (decimal): -845266 or 3021555. OLE color: 3021555.

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

Color convert

RGB2432646-
CMYK00.890.810.05
HSL354.47º90.04%52.75%-
HSV(B)354.47º89.3%95.29%-
XYZ37.8219.994.45-
YUV93.16101.39234.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 77.14%
GREEN value IS 26 (10.55% from 255) = 8.25%
BLUE value IS 46 (18.36% from 255) = 14.60%
R=77.14%
G=8.25%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243264600.890.810.05354.4790.0452.75
HexF31A2E0595151625a35
Octal36332560131121554213265
Binary11110011110101011100101100110100011011011000101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31A2E; }

 p { color: rgb(243,26,46); }

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

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

 a { background-color: rgb(243,26,46); }

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

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

 span { border-color: rgb(243,26,46); }

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