#FF182E

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

Shades of Torch Red #FF182E

Tints of Torch Red #FF182E

Color information

#FF182E (or 0xFF182E) is unknown color: approx Torch Red. HEX triplet: FF, 18 and 2E. RGB value is (255,24,46). Sum of RGB (Red+Green+Blue) = 255+24+46=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF182E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF182E is #00E7D1. Grayscale: #5F5F5F. Windows color (decimal): -59346 or 3021055. OLE color: 3021055.

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

Color convert

RGB2552446-
CMYK00.910.820
HSL354.29º100%54.71%-
HSV(B)354.29º90.59%100%-
XYZ42.0622.114.64-
YUV95.58100.03241.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.46%
GREEN value IS 24 (9.77% from 255) = 7.38%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=78.46%
G=7.38%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255244600.910.820354.2910054.71
HexFF182E05B5201626437
Octal37730560133122054214467
Binary111111111100010111001011011101001001011000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF182E; }

 p { color: rgb(255,24,46); }

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

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

 a { background-color: rgb(255,24,46); }

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

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

 span { border-color: rgb(255,24,46); }

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